ISpObjectTokenCategory class com
- Inheritance
-
- Object
- IUnknown
- ISpDataKey
- ISpObjectTokenCategory
- Implemented types
Constructors
- ISpObjectTokenCategory(VTablePointer ptr)
- Creates a new instance of ISpObjectTokenCategory from a VTablePointer.
- ISpObjectTokenCategory.from(IUnknown interface)
-
Creates a new instance of ISpObjectTokenCategory from an existing
interface.factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ptr → VTablePointer
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addRef(
) → int -
Increments the reference count of this COM object.
inherited
-
createKey(
PCWSTR pszSubKey) → ISpDataKey? -
Throws a WindowsException on failure.
inherited
-
deleteKey(
PCWSTR pszSubKey) → void -
Throws a WindowsException on failure.
inherited
-
deleteValue(
PCWSTR pszValueName) → void -
Throws a WindowsException on failure.
inherited
-
enumKeys(
int index) → PWSTR -
Throws a WindowsException on failure.
inherited
-
enumTokens(
PCWSTR? pzsReqAttribs, PCWSTR? pszOptAttribs) → IEnumSpObjectTokens? - Throws a WindowsException on failure.
-
enumValues(
int index) → PWSTR -
Throws a WindowsException on failure.
inherited
-
getData(
PCWSTR pszValueName, Pointer< Uint32> pcbData, Pointer<Uint8> pData) → void -
Throws a WindowsException on failure.
inherited
-
getDataKey(
SPDATAKEYLOCATION spdkl) → ISpDataKey? - Throws a WindowsException on failure.
-
getDefaultTokenId(
) → PWSTR - Throws a WindowsException on failure.
-
getDWORD(
PCWSTR pszValueName, Pointer< Uint32> pdwValue) → void -
Throws a WindowsException on failure.
inherited
-
getId(
) → PWSTR - Throws a WindowsException on failure.
-
getStringValue(
PCWSTR? pszValueName) → PWSTR -
Throws a WindowsException on failure.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openKey(
PCWSTR pszSubKeyName) → ISpDataKey? -
Throws a WindowsException on failure.
inherited
-
queryInterface<
T extends IUnknown> () → T -
Queries this COM object for a specific interface defined by the type
parameter
T.inherited -
release(
) → int -
Decrements the reference count of this COM object.
inherited
-
setData(
PCWSTR pszValueName, int cbData, Pointer< Uint8> pData) → void -
Throws a WindowsException on failure.
inherited
-
setDefaultTokenId(
PCWSTR pszTokenId) → void - Throws a WindowsException on failure.
-
setDWORD(
PCWSTR pszValueName, int dwValue) → void -
Throws a WindowsException on failure.
inherited
-
setId(
PCWSTR pszCategoryId, bool fCreateIfNotExist) → void - Throws a WindowsException on failure.
-
setStringValue(
PCWSTR? pszValueName, PCWSTR pszValue) → void -
Throws a WindowsException on failure.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited