IDirectPlay4::GetGroupFlags
IDirectPlay4 InterfaceReturns the flags describing the group.
Syntax
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 Value
Returns DP_OK if successful, or one of the following error values otherwise:
DPERR_INVALIDGROUP DPERR_INVALIDPARAMS See Also
Top of Page
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.