Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A structure that is used to specify a set of WS_HEAP_PROPERTYs.
typedef struct _WS_HEAP_PROPERTIES {
WS_HEAP_PROPERTY *properties;
ULONG propertyCount;
} WS_HEAP_PROPERTIES;
properties
An array of properties. The number of elements in the array is specified using the propertyCount parameter. This field may be NULL if the propertyCount is 0.
propertyCount
The number of elements in the properties array.
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |