windows-itpro-docs/windows/client-management/mdm/icspnodegetpropertyidentifiers.md
Nicholas Brower ced60b41cc Merged PR 1941: adding ms.date to each mdm topic
adding ms.date to each mdm topic
2017-06-26 21:36:04 +00: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 nickbrower 06/19/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