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