#include <nitro/wm.h>
WMErrCode WM_EndKeySharing( WMCallbackFunc callback );
Disables the key sharing feature
This function is executable only when the key sharing feature is enabled by WM_StartKeySharing.
If the return value for this function is WM_ERRCODE_OPERATING, a callback is generated after the key sharing feature is disabled.
callback |
The callback function to call when an asynchronous process completes. |
Returns the process result in WMErrCode enumeration type.
WM_StartKeySharing, WM_GetKeySet
10/22/2004 Changed return value types
07/29/2004 Added descriptions
07/23/2004 Initial Version