Skip to content

Latest commit

 

History

History
93 lines (66 loc) · 2.4 KB

ns-mi-mi_sint8afield.md

File metadata and controls

93 lines (66 loc) · 2.4 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:mi._MI_Sint8AField
MI_Sint8AField (mi.h)
Represents a property inside an MI_Instance structure. (MI_Sint8AField)
MI_FLAG_ADOPT
MI_FLAG_BORROW
MI_FLAG_NOT_MODIFIED
MI_FLAG_NULL
MI_Sint8AField
MI_Sint8AField structure [Windows Management Infrastructure (MI)]
mi/MI_Sint8AField
wmi._mi_sint8afield
wmi_v2.mi_sint8afield
wmi_v2\mi_sint8afield.htm
wmi_v2
42475234-e8e4-4fc5-9d5b-bf0dbd881b6e
12/05/2018
MI_FLAG_ADOPT, MI_FLAG_BORROW, MI_FLAG_NOT_MODIFIED, MI_FLAG_NULL, MI_Sint8AField, MI_Sint8AField structure [Windows Management Infrastructure (MI)], mi/MI_Sint8AField, wmi._mi_sint8afield, wmi_v2.mi_sint8afield
mi.h
Windows
Windows 8
Windows Server 2012
Windows
MI_Sint8AField
Windows Management Framework 3.0 on Windows Server 2008 R2 with SP1, Windows 7 with SP1, and Windows Server 2008 with SP2
19H1
_MI_Sint8AField
mi/_MI_Sint8AField
MI_Sint8AField
mi/MI_Sint8AField
c++
APIRef
kbSyntax
HeaderDef
Mi.h
MI_Sint8AField

MI_Sint8AField structure

-description

Represents a property inside an MI_Instance structure.

-struct-fields

-field value

A field of type MI_Sint8A.

-field exists

Indicates whether the field is non-null. Can be set to MI_TRUE or MI_FALSE.

-field flags

Bit flags indicating memory management policy.

MI_FLAG_NOT_MODIFIED ((1 << 25))

Indicates that the property is not modified.

MI_FLAG_NULL ((1 << 29))

Element value is Null.

MI_FLAG_BORROW ((1 << 30))

Used while adding and setting properties on an MI_Instance to indicate that the instance will not copy the value. The value must stay valid until the instance is deleted.

MI_FLAG_ADOPT ((1 << 31))

Used while adding and setting properties on an MI_Instance to indicate that the instance will adopt the pointer and will be responsible for deleting it.