PROPCHANGE_PARAMS


typedef struct {
    UINT cbSize;
    DWORD dwStateChange;
    DWORD dwFlags;
    DWORD dwConfigID;
} PROPCHANGE_PARAMS;

DIF_PROPCHANGE class install parameters

cbSize

Size of the PROPCHANGE_PARAMS struct.

dwStateChange

State change action. See DiChangeState for details.

dwFlags

Flags specific to the type of state change.

dwConfigID

Configuration ID for config specific changes.

See also DiChangeState