ホーム › System.SettingsManagementInfrastructure › ISettingsItem
ISettingsItem
COMメソッド 22
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT GetName(LPWSTR* Name) |
| 4 | HRESULT GetValue(VARIANT* Value) |
| 5 | HRESULT SetValue(VARIANT* Value) |
| 6 | HRESULT GetSettingType(WcmSettingType* Type) |
| 7 | HRESULT GetDataType(WcmDataType* Type) |
| 8 | HRESULT GetValueRaw(BYTE** Data, DWORD* DataSize) |
| 9 | HRESULT SetValueRaw(INT DataType, BYTE* Data, DWORD DataSize) |
| 10 | HRESULT HasChild(BOOL* ItemHasChild) |
| 11 | HRESULT Children(IItemEnumerator** Children) |
| 12 | HRESULT GetChild(LPWSTR Name, ISettingsItem** Child) |
| 13 | HRESULT GetSettingByPath(LPWSTR Path, ISettingsItem** Setting) |
| 14 | HRESULT CreateSettingByPath(LPWSTR Path, ISettingsItem** Setting) |
| 15 | HRESULT RemoveSettingByPath(LPWSTR Path) |
| 16 | HRESULT GetListKeyInformation(LPWSTR* KeyName, WcmDataType* DataType) |
| 17 | HRESULT CreateListElement(VARIANT* KeyData, ISettingsItem** Child) |
| 18 | HRESULT RemoveListElement(LPWSTR ElementName) |
| 19 | HRESULT Attributes(IItemEnumerator** Attributes) |
| 20 | HRESULT GetAttribute(LPWSTR Name, VARIANT* Value) |
| 21 | HRESULT GetPath(LPWSTR* Path) |
| 22 | HRESULT GetRestrictionFacets(WcmRestrictionFacets* RestrictionFacets) |
| 23 | HRESULT GetRestriction(WcmRestrictionFacets RestrictionFacet, VARIANT* FacetData) |
| 24 | HRESULT GetKeyValue(VARIANT* Value) |