SM_SetPersistentBinding_OUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hbapiwmi.h

typedef struct _SM_SetPersistentBinding_OUT {
  ULONG HBAStatus;
  ULONG OutStatusCount;
  ULONG EntryStatus[1];
} SM_SetPersistentBinding_OUT, *PSM_SetPersistentBinding_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_sm_setpersistentbinding_out)

_SM_SetPersistentBinding_OUT structure

Description

The SM_SetPersistentBinding_OUT structure is used to receive output parameters from the SM_SetPersistentBinding method.

Members

HBAStatus

The status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.

OutStatusCount

The number of entries.

EntryStatus

The status of each entry.

Remarks

The WMI tool suite generates a declaration of the SM__SetPersistentBinding_OUT structure in Hbapiwmi.h when it compiles the MS_SM_TargetInformationMethods WMI class.