IDirectPlay3::GetGroupFlags

Returns the flags describing the group.

HRESULT GetGroupFlags(
DPID idGroup,
LPDWORD lpdwFlags
);

Parameters

idGroup

The DPID of the group whose flag settings are to be retrieved.

lpdwFlags

Pointer to a DWORD to be set to the group flag settings. Can be one or more of the following:

DPGROUP_LOCAL - the group was created by this application. If this flag is not specified, the group is a remote group.

DPGROUP_STAGINGAREA - the group is a staging area.

Return Values

Returns DP_OK if successful, or one of the following error values otherwise:

DPERR_INVALIDGROUP

DPERR_INVALIDPARAMS

See Also

IDirectPlay3::CreateGroup