mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
1.2 KiB
1.2 KiB
title, description, ms.assetid, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date
title | description | ms.assetid | ms.author | ms.topic | ms.prod | ms.technology | author | ms.date |
---|---|---|---|---|---|---|---|---|
ICSPNode DeleteProperty | ICSPNode DeleteProperty | 7e21851f-d663-4558-b3e8-590d24b4f6c4 | maricia | article | w10 | windows | MariciaAlforque | 06/26/2017 |
ICSPNode::DeleteProperty
This method deletes a property from a configuration service provider node.
Syntax
HRESULT DeleteProperty([in] REFGUID guidProperty);
Parameters
guidProperty
The GUID of the property to delete.
Return Value
A value of S_OK indicates that a node was successfully found. CFGMGR_E_PROPERTYNOTSUPPORTED indicates that this node does not manage or implement the property itself, but delegates it to ConfigManager2. E_NOTIMPL indicates this method is not supported by this node.
Remarks
For externally–transactioned nodes, if this method is implemented, then ICSPNode::SetProperty must also be implemented or rollback will fail.
Requirements
Header: None
Related topics
Create a custom configuration service provider