ReactOS 0.4.15-dev-7842-g558ab78
DRIVER_VER_INFO_ Struct Reference

#include <softpub.h>

Collaboration diagram for DRIVER_VER_INFO_:

Public Attributes

DWORD cbStruct
 
ULONG_PTR dwReserved1
 
ULONG_PTR dwReserved2
 
DWORD dwPlatform
 
DWORD dwVersion
 
WCHAR wszVersion [MAX_PATH]
 
WCHAR wszSignedBy [MAX_PATH]
 
PCCERT_CONTEXT pcSignerCertContext
 
DRIVER_VER_MAJORMINOR sOSVersionLow
 
DRIVER_VER_MAJORMINOR sOSVersionHigh
 
DWORD dwBuildNumberLow
 
DWORD dwBuildNumberHigh
 

Detailed Description

Definition at line 229 of file softpub.h.

Member Data Documentation

◆ cbStruct

DWORD DRIVER_VER_INFO_::cbStruct

Definition at line 231 of file softpub.h.

◆ dwBuildNumberHigh

DWORD DRIVER_VER_INFO_::dwBuildNumberHigh

Definition at line 242 of file softpub.h.

◆ dwBuildNumberLow

DWORD DRIVER_VER_INFO_::dwBuildNumberLow

Definition at line 241 of file softpub.h.

◆ dwPlatform

DWORD DRIVER_VER_INFO_::dwPlatform

Definition at line 234 of file softpub.h.

◆ dwReserved1

ULONG_PTR DRIVER_VER_INFO_::dwReserved1

Definition at line 232 of file softpub.h.

◆ dwReserved2

ULONG_PTR DRIVER_VER_INFO_::dwReserved2

Definition at line 233 of file softpub.h.

◆ dwVersion

DWORD DRIVER_VER_INFO_::dwVersion

Definition at line 235 of file softpub.h.

◆ pcSignerCertContext

PCCERT_CONTEXT DRIVER_VER_INFO_::pcSignerCertContext

Definition at line 238 of file softpub.h.

◆ sOSVersionHigh

DRIVER_VER_MAJORMINOR DRIVER_VER_INFO_::sOSVersionHigh

Definition at line 240 of file softpub.h.

◆ sOSVersionLow

DRIVER_VER_MAJORMINOR DRIVER_VER_INFO_::sOSVersionLow

Definition at line 239 of file softpub.h.

◆ wszSignedBy

WCHAR DRIVER_VER_INFO_::wszSignedBy[MAX_PATH]

Definition at line 237 of file softpub.h.

◆ wszVersion

WCHAR DRIVER_VER_INFO_::wszVersion[MAX_PATH]

Definition at line 236 of file softpub.h.


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