#include <nitro/wm.h>
WMErrCode WM_EndKeySharing( WMKeySetBuf* buf );
buf |
Pointer to the buffer that stores key information. The entity is the pointer to the WMDataSharingInfo structure. |
Returns the results of the WMErrCode
enumerated type process.
Disables the key sharing feature. This function is executable only when the key sharing feature is enabled by WM_StartKeySharing
. This function was changed from asynchronous to synchronous. WM_StartKeySharing, WM_EndKeySharing, and WM_GetKeySet were left to maintain compatibility, but they will be removed in the future. Use the Data Sharing functions instead.
WM_StartKeySharing
, WM_GetKeySet
06/07/2005 Changed argument and synchronized function.
10/22/2004 Changed return value types
07/29/2004 Added to Description
07/23/2004 Initial version