WXC_UnregisterData

Syntax

#include <nitro/wxc.h>

void WXC_UnregisterData(u32 ggid);

Arguments

ggid GGID associated with the data block to release.

Return Values

None.

Description

This function releases the callback to the specified GGID and the data block association from the library.
This function can only be called in the WXC_STATE_READY state.

See Also

WXCCallback
WXC_RegisterCommonData

Revision History

2006/08/10 Corrected links.
2005/11/09 Added call conditions.
2005/08/04 Initial version.


CONFIDENTIAL