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.
Returns the number of method signatures.
HRESULT GetCount (
long* count
);
Parameters
- count
[out] Returns the number of method signatures available in this methods set.
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
In the case of overloaded methods, this method should return more than one method.