VideoInteropCloseHandle Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemIntPtr
Return Value
Type:
Boolean
See Also