WM_EndKeySharing


C Specification

#include <nitro/wm.h>

WMErrCode WM_EndKeySharing( WMCallbackFunc callback );

Description

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.

Arguments

callback The callback function to call when an asynchronous process completes.

Return Values

Returns the process result in WMErrCode enumeration type.

See Also

WM_StartKeySharing, WM_GetKeySet

Revision History

10/22/2004 Changed return value types
07/29/2004 Added descriptions
07/23/2004 Initial Version