VoIPNativeAPILoadLibrary Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static IntPtr LoadLibrary(
string fileName
)
Public Shared Function LoadLibrary (
fileName As String
) As IntPtr
public:
static IntPtr LoadLibrary(
String^ fileName
)
static member LoadLibrary :
fileName : string -> IntPtr
Parameters
- fileName
- Type: SystemString
Return Value
Type:
IntPtr
See Also