INativeAPIGetProcAddr Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
SyntaxIntPtr GetProcAddr(
IntPtr hModule,
string procedureName
)
Function GetProcAddr (
hModule As IntPtr,
procedureName As String
) As IntPtr
IntPtr GetProcAddr(
IntPtr hModule,
String^ procedureName
)
abstract GetProcAddr :
hModule : IntPtr *
procedureName : string -> IntPtr Parameters
- hModule IntPtr
-
- procedureName String
-
Return Value
IntPtr
See Also