VideoInteropCloseHandle Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static bool CloseHandle(
IntPtr hFile
)
Public Shared Function CloseHandle (
hFile As IntPtr
) As Boolean
public:
static bool CloseHandle(
IntPtr hFile
)
static member CloseHandle :
hFile : IntPtr -> bool
Parameters
- hFile IntPtr
-
Return Value
Boolean
See Also