Method | Description | |
---|---|---|
IsWrapping ( JET_CALLBACK callback ) : bool |
Determine if the callback is wrapping the specified JET_CALLBACK.
|
|
JetCallbackWrapper ( JET_CALLBACK callback ) : System |
Initializes a new instance of the JetCallbackWrapper class.
|
Method | Description | |
---|---|---|
CallbackImpl ( |
Callback function for native code.
|
|
JetCallbackWrapper ( ) : System |
Initializes static members of the JetCallbackWrapper class.
|
public IsWrapping ( JET_CALLBACK callback ) : bool | ||
callback | JET_CALLBACK | The callback. |
return | bool |
public JetCallbackWrapper ( JET_CALLBACK callback ) : System | ||
callback | JET_CALLBACK | /// The managed callback to use. /// |
return | System |