DWC_IsValidFriendData

Syntax

#include <dwc.h>

BOOL DWC_IsValidFriendData( const DWCFriendData* frienddata );

Description

This function checks whether valid data has been set for the friend data specified by frienddata.

Arguments

frienddata Pointer to the buffer for the DWCFriendData structure, which stores the friend data.

Return Values

TRUE Valid data has been set.
FALSE Invalid data has been set.

See Also

Revision History

2005/10/20 Initial version.


CONFIDENTIAL