VoIPNativeAPIGetProcAddress Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static IntPtr GetProcAddress(
IntPtr hModule,
string procedureName
)
Public Shared Function GetProcAddress (
hModule As IntPtr,
procedureName As String
) As IntPtr
public:
static IntPtr GetProcAddress(
IntPtr hModule,
String^ procedureName
)
static member GetProcAddress :
hModule : IntPtr *
procedureName : string -> IntPtr
Parameters
- hModule
- Type: SystemIntPtr
- procedureName
- Type: SystemString
Return Value
Type:
IntPtr
See Also