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

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

#include <dsetup.h>

Data Fields

DWORD dwSize
 
DWORD dwFlags
 
LPSTR lpszApplicationName
 
LPGUID lpGUID
 
LPSTR lpszFilename
 
LPSTR lpszCommandLine
 
LPSTR lpszPath
 
LPSTR 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. (ANSI only)

Field Documentation

◆ dwFlags

DWORD _DIRECTXREGISTERAPPA::dwFlags
Offset:
0x4.
Size:
0x4 bytes.

Reserved for future use.

◆ dwSize

DWORD _DIRECTXREGISTERAPPA::dwSize
Offset:
0x0.
Size:
0x4 bytes.

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

◆ lpGUID

LPGUID _DIRECTXREGISTERAPPA::lpGUID
Offset:
0xc.
Size:
0x4 bytes.

Globally unique identifier (GUID) of the application.

◆ lpszApplicationName

LPSTR _DIRECTXREGISTERAPPA::lpszApplicationName
Offset:
0x8.
Size:
0x4 bytes.

Name of the application.

◆ lpszCommandLine

LPSTR _DIRECTXREGISTERAPPA::lpszCommandLine
Offset:
0x14.
Size:
0x4 bytes.

Command-line arguments for the executable file.

◆ lpszCurrentDirectory

LPSTR _DIRECTXREGISTERAPPA::lpszCurrentDirectory

Current directory. This is typically the same as lpszPath.

Offset:
0x1c.
Size:
0x4 bytes.

◆ lpszFilename

LPSTR _DIRECTXREGISTERAPPA::lpszFilename
Offset:
0x10.
Size:
0x4 bytes.

Name of the executable file to be called.

◆ lpszPath

LPSTR _DIRECTXREGISTERAPPA::lpszPath
Offset:
0x18.
Size:
0x4 bytes.

Path of the executable file.


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