Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Play_Library v2.00 Component Reference
|
|
[ TDx_Play::GetGroupFlags() ]
[ next: GetGroupName() ]
[ prev: GetGroupData() ]
public:
virtual bool __fastcall GetGroupFlags( DPID pGroup, dword* pFlags );
TDX_PLAY::GETGROUPFLAGS()
[ component method ]
- Description
- Parameters
Group
The Group parameter identifies the group for which the flags are being retrieved.
Flags
The Flags parameter references the group flag settings if this method returns successfully.
The described effect applies when the flag is set.
DPGROUP_LOCAL
The group was created by this application.
The absence of this flag denotes a remote group.
DPGROUP_STAGINGAREA
The group is a staging area.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|