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

Structure passed as a parameter to the DirectXSetupCallbackFunction. More...

#include <dsetup.h>

Data Fields

DWORD UpgradeFlags
 A flag indicating the status of the upgrade. Can be any of the flags in DirectX Setup Callback Upgrade Types . More...
 

Detailed Description

Structure passed as a parameter to the DirectXSetupCallbackFunction.

It only contains valid information when the Reason parameter is DSETUP_CB_MSG_CHECK_DRIVER_UPGRADE. Callback functions can use it to get status information on the upgrade that is about to be done.

Field Documentation

◆ UpgradeFlags

DWORD _DSETUP_CB_UPGRADEINFO::UpgradeFlags

A flag indicating the status of the upgrade. Can be any of the flags in DirectX Setup Callback Upgrade Types .


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