Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Microsoft
Win32
SafeHandles
SafeFileMapViewHandle
C# Class Microsoft.Win32.SafeHandles.SafeFileMapViewHandle
Inheritance:
SafeHandleZeroOrMinusOneIsInvalid
Datei anzeigen
Open project: gbarnett/shared-source-cli-2.0
Class Usage Examples
Protected Methods
Method
Description
ReleaseHandle
( ) :
bool
Private Methods
Method
Description
MapViewOfFile
(
SafeFileMappingHandle
hFileMappingObject
,
int
dwDesiredAccess
,
int
dwFileOffsetHigh
,
int
dwFileOffsetLow
,
UIntPtr
dwNumberOfBytesToMap
) :
SafeFileMapViewHandle
SafeFileMapViewHandle
( ) :
System
UnmapViewOfFile
(
IntPtr
handle
) :
bool
Method Details
ReleaseHandle()
protected
method
protected
ReleaseHandle
( ) :
bool
return
bool