Name
GetNumProperties
Description
HRESULT
GetNumProperties([in] LONG resultPropertyID,
[out,retval] LONG* numProperties);
Retrieves the number of instances of the specified property.
Used to work with returned property lists.
Parameters
- resultPropertyID
-
A property ID.
- numProperties
-
Returns the number of properties with an ID of
resultPropertyID.
Return Value
int. The number of properties with an ID of resultPropertyID.
Remarks
Side Effects
None.
Requirements
VixCOM.h, since VMware Workstation 6.0.
Example