Menu

Retrieves the number of stops in the collection.

Copy Code
HRESULT 
    get_Count
   (
    long*  
    plCount
  
);

Parameters

plCount

[out] Points to the number of images in the collection.

Return Value

The following list includes the most like return values. However, other return values are possible.

S_OK

The method succeeded.

E_POINTER

Pointer is invalid.

See Also