메소드 |
설명 |
|
CancelIo ( IntPtr handle ) : bool |
|
|
CloseHandle ( IntPtr handle ) : bool |
|
|
CreateEvent ( IntPtr eventAttributes, [ manualReset, [ initialState, IntPtr name ) : IntPtr |
|
|
CreateFile ( string filename, EFileAccess desiredAccess, EFileShare shareMode, IntPtr securityAttributes, ECreationDisposition creationDisposition, EFileAttributes attributes, IntPtr template ) : IntPtr |
|
|
DeviceIoControl ( IntPtr handle, uint ioControlCode, byte inBuffer, uint inBufferSize, byte outBuffer, uint outBufferSize, IntPtr bytesReturned, NativeOverlapped overlapped ) : bool |
|
|
GetOverlappedResult ( IntPtr handle, NativeOverlapped overlapped, uint &bytesTransferred, [ wait ) : bool |
|
|
GetVersionEx ( OSVERSIONINFO &version ) : bool |
|
|
HidD_FreePreparsedData ( IntPtr preparsed ) : bool |
|
|
HidD_GetAttributes ( IntPtr handle, HIDD_ATTRIBUTES &attributes ) : bool |
|
|
HidD_GetFeature ( IntPtr handle, byte buffer, int bufferLength ) : bool |
|
|
HidD_GetHidGuid ( System.Guid &hidGuid ) : void |
|
|
HidD_GetManufacturerString ( IntPtr handle, char buffer, int bufferLengthInBytes ) : bool |
|
|
HidD_GetPreparsedData ( IntPtr handle, IntPtr &preparsed ) : bool |
|
|
HidD_GetProductString ( IntPtr handle, char buffer, int bufferLengthInBytes ) : bool |
|
|
HidD_GetSerialNumberString ( IntPtr handle, char buffer, int bufferLengthInBytes ) : bool |
|
|
HidD_SetFeature ( IntPtr handle, byte buffer, int bufferLength ) : bool |
|
|
HidP_GetCaps ( IntPtr preparsed, HIDP_CAPS &caps ) : int |
|
|
ReadFile ( IntPtr handle, byte buffer, int bytesToRead, IntPtr bytesRead, NativeOverlapped overlapped ) : bool |
|
|
ResetEvent ( IntPtr handle ) : bool |
|
|
SetEvent ( IntPtr handle ) : bool |
|
|
SetupDiDestroyDeviceInfoList ( HDEVINFO deviceInfoSet ) : bool |
|
|
SetupDiEnumDeviceInterfaces ( HDEVINFO deviceInfoSet, IntPtr deviceInfoData, [ interfaceClassGuid, int memberIndex, SP_DEVICE_INTERFACE_DATA &deviceInterfaceData ) : bool |
|
|
SetupDiGetClassDevs ( [ classGuid, string enumerator, IntPtr hwndParent, DIGCF flags ) : HDEVINFO |
|
|
SetupDiGetDeviceInterfaceDetail ( HDEVINFO deviceInfoSet, SP_DEVICE_INTERFACE_DATA &deviceInterfaceData, SP_DEVICE_INTERFACE_DETAIL_DATA &deviceInterfaceDetailData, int deviceInterfaceDetailDataSize, IntPtr requiredSize, IntPtr deviceInfoData ) : bool |
|
|
WaitForMultipleObjects ( uint count, IntPtr handles, [ waitAll, uint milliseconds ) : uint |
|
|
WriteFile ( IntPtr handle, byte buffer, int bytesToWrite, IntPtr bytesWritten, NativeOverlapped overlapped ) : bool |
|
|