VoIPNativeAPIGetProcAddress Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 IntPtr
-
- procedureName String
-
Return Value
IntPtr
See Also