VideoInteropCloseHandle Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
BooleanSee Also