C# Class libusbK.KLST_DEVINFO_HANDLE

Exibir arquivo Open project: nikkov/Win-Widget Class Usage Examples

Public Methods

Method Description
DangerousGetHandle ( ) : IntPtr
GetContext ( ) : IntPtr
KLST_DEVINFO_HANDLE ( IntPtr HandleToWrap ) : System
SetCleanupCallback ( KLIB_HANDLE_CLEANUP_CB CleanupCallback ) : bool
SetContext ( IntPtr ContextValue ) : bool
ToString ( ) : string

Method Details

DangerousGetHandle() public method

public DangerousGetHandle ( ) : IntPtr
return System.IntPtr

GetContext() public method

public GetContext ( ) : IntPtr
return System.IntPtr

KLST_DEVINFO_HANDLE() public method

public KLST_DEVINFO_HANDLE ( IntPtr HandleToWrap ) : System
HandleToWrap System.IntPtr
return System

SetCleanupCallback() public method

public SetCleanupCallback ( KLIB_HANDLE_CLEANUP_CB CleanupCallback ) : bool
CleanupCallback KLIB_HANDLE_CLEANUP_CB
return bool

SetContext() public method

public SetContext ( IntPtr ContextValue ) : bool
ContextValue System.IntPtr
return bool

ToString() public method

public ToString ( ) : string
return string