VideoInteropUnmapViewOfFile Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic static bool UnmapViewOfFile(
IntPtr hFile
)
Public Shared Function UnmapViewOfFile (
hFile As IntPtr
) As Boolean
public:
static bool UnmapViewOfFile(
IntPtr hFile
)
static member UnmapViewOfFile :
hFile : IntPtr -> bool Parameters
- hFile IntPtr
-
Return Value
Boolean
See Also