DWC_IsValidFriendData

Syntax

#include <dwc.h>
BOOL DWC_IsValidFriendData(const DWCFriendData *frienddata);

Arguments

frienddata Pointer to the buffer for the DWCFriendData structure that stores the friend information.

Return Values

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

Description

Checks whether valid data has been set for the friend information specified by frienddata.

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL