Index Topic Contents | |||
Previous Topic: IDirectPlay3::GetGroupData Next Topic: IDirectPlay3::GetGroupName |
IDirectPlay3::GetGroupFlags
IDirectPlay3 InterfaceReturns 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.