Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Play_Library v2.00 Component Reference
|
|
[ TDx_PlayLobby::OnEnumLocalApplications() ]
[ prev: OnEnumAddressTypes() ]
__published:
__property TDx_EnumLocalApplications OnEnumLocalApplications = {read=FOnEnumLocalApplications, write=FOnEnumLocalApplications, nodefault};
TDX_PLAYLOBBY::ONENUMLOCALAPPLICATIONS()
[ component callback event ]
- Description
The
OnEnumLocalApplications
Callback
is
called
for
every
application
that
has
be
registered
with
DirectPlay.
Set
Continue
true
to
continue
enumeration
(default
value),
false
to
stop
enumeration.
- Parameters
AppInfo
The AppInfo parameter contains information for the currently enumerated application.
Context
User defined data passed to the calling function.
Continue
The Continue parameter determines if enumeration is to continue. Set to false to prevent further enumeration.
Flags
The Flags parameter is not used.
Sender
The Sender parameter usually refers to the object that signalled the event.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|