IRegNodes::Count

[This is preliminary documentation and subject to change.]

Returns the number of Nodes in the collection.



HRESULT Count(
  long * ppRetVal,
);

Parameters

ppRetVal
[out, retval] The returned value.

Return Values

S_OK
The operation was successfull.
E_POINTER
A NULL pointer was supplied as an argument.

See Also

IRegNodes