Platform SDK: DirectX

DIRECTXREGISTERAPP

The DIRECTXREGISTERAPP structure contains the registry entries needed for applications designed to work with DirectPlayLobby.

typedef struct _DIRECTXREGISTERAPP { 
    DWORD  dwSize; 
    DWORD  dwFlags; 
    LPSTR  lpszApplicationName; 
    LPGUID lpGUID; 
    LPSTR  lpszFilename; 
    LPSTR  lpszCommandLine; 
    LPSTR  lpszPath; 
    LPSTR  lpszCurrentDirectory; 
} DIRECTXREGISTERAPP, *PDIRECTXREGISTERAPP, *LPDIRECTXREGISTERAPP; 

Members

dwSize
Size of the structure. Must be initialized to the size of the DIRECTXREGISTERAPP structure.
dwFlags
Reserved for future use.
lpszApplicationName
Name of the application.
lpGUID
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.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in Dsetup.h.