C# Class libusbK.KUSB_HANDLE

Mostrar archivo Open project: nikkov/Win-Widget Class Usage Examples

Public Methods

Method Description
GetSharedContext ( ) : IntPtr
SetSharedCleanupCallback ( KLIB_HANDLE_CLEANUP_CB CleanupCallback ) : bool
SetSharedContext ( IntPtr SharedUserContext ) : bool

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Method Details

GetSharedContext() public method

public GetSharedContext ( ) : IntPtr
return System.IntPtr

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool

SetSharedCleanupCallback() public method

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

SetSharedContext() public method

public SetSharedContext ( IntPtr SharedUserContext ) : bool
SharedUserContext System.IntPtr
return bool