DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
_DIRECTXREGISTERAPPW Struct Reference

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...
 

Detailed Description

Contains the registry entries needed for applications designed to work with DirectPlayLobby. (Unicode only)

Field Documentation

◆ dwFlags

DWORD _DIRECTXREGISTERAPPW::dwFlags

Reserved for future use.

◆ dwSize

DWORD _DIRECTXREGISTERAPPW::dwSize

Size of the structure. Must be initialized to the size of the DirectXRegisterAppW structure.

◆ lpGUID

LPGUID _DIRECTXREGISTERAPPW::lpGUID

Globally unique identifier (GUID) of the application.

◆ lpszApplicationName

LPWSTR _DIRECTXREGISTERAPPW::lpszApplicationName

Name of the application.

◆ lpszCommandLine

LPWSTR _DIRECTXREGISTERAPPW::lpszCommandLine

Command-line arguments for the executable file.

◆ lpszCurrentDirectory

LPWSTR _DIRECTXREGISTERAPPW::lpszCurrentDirectory

Current directory. This is typically the same as lpszPath.

◆ lpszFilename

LPWSTR _DIRECTXREGISTERAPPW::lpszFilename

Name of the executable file to be called.

◆ lpszPath

LPWSTR _DIRECTXREGISTERAPPW::lpszPath

Path of the executable file.


The documentation for this struct was generated from the following file: