|
DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
|
Contains the registry entries needed for applications designed to work with DirectPlayLobby. (Unicode only) More...
#include <dsetup.h>
Data Fields | |
| DWORD | dwSize |
| Size of the structure. Must be initialized to the size of the DirectXRegisterAppW structure. More... | |
| DWORD | dwFlags |
| Reserved for future use. More... | |
| LPWSTR | lpszApplicationName |
| Name of the application. More... | |
| LPGUID | lpGUID |
| Globally unique identifier (GUID) of the application. More... | |
| LPWSTR | lpszFilename |
| Name of the executable file to be called. More... | |
| LPWSTR | lpszCommandLine |
| Command-line arguments for the executable file. More... | |
| LPWSTR | lpszPath |
| Path of the executable file. More... | |
| LPWSTR | lpszCurrentDirectory |
| Current directory. This is typically the same as lpszPath. More... | |
Contains the registry entries needed for applications designed to work with DirectPlayLobby. (Unicode only)
| DWORD _DIRECTXREGISTERAPPW::dwFlags |
Reserved for future use.
| DWORD _DIRECTXREGISTERAPPW::dwSize |
Size of the structure. Must be initialized to the size of the DirectXRegisterAppW structure.
| LPGUID _DIRECTXREGISTERAPPW::lpGUID |
Globally unique identifier (GUID) of the application.
| LPWSTR _DIRECTXREGISTERAPPW::lpszApplicationName |
Name of the application.
| LPWSTR _DIRECTXREGISTERAPPW::lpszCommandLine |
Command-line arguments for the executable file.
| LPWSTR _DIRECTXREGISTERAPPW::lpszCurrentDirectory |
Current directory. This is typically the same as lpszPath.
| LPWSTR _DIRECTXREGISTERAPPW::lpszFilename |
Name of the executable file to be called.
| LPWSTR _DIRECTXREGISTERAPPW::lpszPath |
Path of the executable file.