#include <dwc.h>
BOOL DWC_CheckHasProfile( const DWCUserData* userdata );
This function checks whether a valid login ID (profile) is included when the user data specified by userdata is already connected to the Wi-Fi connection.
userdata |
Pointer to the DWCUserData structure where the user data is stored. |
TRUE |
Includes a valid login ID. |
FALSE |
Does not include a valid login ID. |
DWC_CreateUserData, DWC_LoginAsync
12/16/2005 Revisions
10/20/2005 Initial version