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