Readonly
typeReturns value associated with type of bare item. Used to identify type of bare item without querying for interface (like nsISFVString, etc).
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Generated using TypeDoc
nsISFVBareItem is a building block for Item header value (nsISFVItem) and Parameters (nsISFVParams). It can be of type BOOL, STRING, DECIMAL, INTEGER, TOKEN, BYTE_SEQUENCE. Each type is represented by its own interface which is used to create a bare item of that type.