typedef struct _DIRECTXREGISTERAPP {
DWORD dwSize;
DWORD dwFlags;
LPSTR lpszApplicationName;
LPGUID lpGUID;
LPSTR lpszFilename;
LPSTR lpszCommandLine;
LPSTR lpszPath;
LPSTR lpszCurrentDirectory;
} DIRECTXREGISTERAPP, *PDIRECTXREGISTERAPP, *LPDIRECTXREGISTERAPP;
Contains the registry entries needed for applications designed to work with DirectPlayLobby.
Size of the structure.
Reserved for future use.
Name of the application.
Globally unique identifier (GUID) of the application.
Name of the executable file to be called.
Command-line arguments for the executable file.
Path of the executable file.
Indicates the current directory. This is typically the same as lpszPath.