pSetupSetGlobalFlags function

[This function is not available in Windows Vista or Windows Server 2008.]

Disables features.

Syntax

VOID pSetupSetGlobalFlags(
  _In_ DWORD Value
);

Parameters

Value [in]

The flags used to disable user interface or automatic backup.

Value Meaning
PSPGF_NONINTERACTIVE
0x004
Set to disable user interface.
PSPGF_NO_BACKUP
0x002
Set to disable automatic backup.

 

Return value

This function does not return a value.

Remarks

This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.

Requirements

Requirement Value
DLL
Setupapi.dll