| ?/TD> |
| Microsoft DirectX 9.0 |
Contains the registry entries needed for applications designed to work with IDirectPlayLobby3.
Syntax
typedef struct {
DWORD dwSize;
DWORD dwFlags;
LPSTR lpszApplicationName;
LPGUID lpGUID;
LPSTR lpszFilename;
LPSTR lpszCommandLine;
LPSTR lpszPath;
LPSTR lpszCurrentDirectory;
LPSTR lpszLauncherName;
} DIRECTXREGISTERAPP2, *PDIRECTXREGISTERAPP2, *LPDIRECTXREGISTERAPP2;Members
- dwSize
- Size of the structure. This member must be initialized to the size of the DIRECTXREGISTERAPP structure.
- dwFlags
- Reserved.
- lpszApplicationName
- Name of the application.
- lpGUID
- The globally unique identifier (GUID) of the application.
- lpszFilename
- Name of the executable file to be called.
- lpszCommandLine
- Command-line arguments for the executable file.
- lpszPath
- Path of the executable file.
- lpszCurrentDirectory
- Current directory. This is typically the same as lpszPath.
- lpszLauncherName
- Name of the executable to be launched from the lobby.
Structure Information
Header dsetup.h Minimum operating systems Windows 98