mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
1.4 KiB
1.4 KiB
title, description, ms.assetid, ms.reviewer, manager, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date
title | description | ms.assetid | ms.reviewer | manager | ms.author | ms.topic | ms.prod | ms.technology | author | ms.date |
---|---|---|---|---|---|---|---|---|---|---|
ICSPNode GetPropertyIdentifiers | ICSPNode GetPropertyIdentifiers | 8a052cd3-d74c-40c4-845f-f804b920deb4 | dansimp | dansimp | article | w10 | windows | manikadhiman | 06/26/2017 |
ICSPNode::GetPropertyIdentifiers
This method returns a list of non-standard properties supported by the node. The returned array must be allocated with CoTaskMemAlloc
.
Syntax
HRESULT GetPropertyIdentifiers([out] ULONG* pulCount,
[out,size_is(,*pulCount)] GUID** pguidProperties);
Parameters
The number of non-standard properties to return.
The array of property GUIDs to return. This array must be allocated with CoTaskMemAlloc
.
Return Value
A value of S_OK indicates that the properties were successfully returned. E_NOTIMPL indicates that this method is not supported by the node.
Remarks
For externally–transactioned nodes, no additional methods are required for successful rollback.
Requirements
Header: None