DWC_RnkShutdown

C Specification


#include <dwc.h>

BOOL	DWC_RnkShutdown();
				

Description

Performs the Ranking library termination processing.

The Receive buffer is released, making the buffer obtained by the DWC_RnkResGetRow function invalid.

This function invariably succeeds.

Arguments

None.

Return Values

DWC_RNK_SUCCESS Succeeded

See Also

DWC_RnkResGetRow

Revision History

04/17/2006 Error corrections
04/14/2006 Initial version