ISideShowCapabilitiesCollection::GetCountÂ
Used to determine how many ISideShowCapabilities interfaces are in the collection.
Declaration
[C++]
HRESULT GetCount(
[out] DWORD out_pdwCount
);
Parameters
out_ pdwCount
[out] A DWORD value that contains the number of interfaces in the collection.
Return Values
Possible values include, but are not limited to, those in the following table.
HRESULT value | Description |
---|---|
S_OK |
Success, indicating that the requested count has been returned. |
Remarks
The count value corresponds to the number of devices available for the gadget to send content to.