windows-itpro-docs/windows/client-management/mdm/icspnodegetpropertyidentifiers.md
2018-05-11 10:45:43 -07:00

1.3 KiB
Raw Blame History

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 GetPropertyIdentifiers ICSPNode GetPropertyIdentifiers 8a052cd3-d74c-40c4-845f-f804b920deb4 maricia article w10 windows MariciaAlforque 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

pulCount

The number of non-standard properties to return.

pguidProperties

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 externallytransactioned nodes, no additional methods are required for successful rollback.

Requirements

Header: None

Create a custom configuration service provider