|
DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
|
#include <dplobby.h>
Data Fields | |
| DWORD | dwSize |
| Size of this structure. More... | |
| GUID | guidApplication |
| GUID of the Application. More... | |
| union { | |
| LPSTR lpszAppNameA | |
| Pointer to the Application Name. More... | |
| LPWSTR lpszAppName | |
| }; | |
Used to hold information about a registered DirectPlay application
| union { ... } DPLAPPINFO::@149 |
| DWORD DPLAPPINFO::dwSize |
Size of this structure.
| GUID DPLAPPINFO::guidApplication |
GUID of the Application.
| LPWSTR DPLAPPINFO::lpszAppName |
| LPSTR DPLAPPINFO::lpszAppNameA |
Pointer to the Application Name.