1
Answer

How to call enumerated data type of unmanaged code inC#?

vijaya.nutakki

vijaya.nutakki

21y
1.7k
1
I have a function of pborca80.dll with the following syntax: int PBORCA_LibraryEntryExport ( HPBORCA hORCASession, LPSTR lpszLibraryName, LPSTR lpszEntryName, PBORCA_TYPE otEntryType, LPSTR lpszExportBuffer, LONG lExportBufferSize ); where PBORCA_TYPE is a enumerated data type. How can I call this function through the C# code? Please send me the reply at the earliest
Answers (1)