IDiscoveryResult.GetReferenceCount(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the reference count for the XML Web service.
public:
int GetReferenceCount([Runtime::InteropServices::Out] int % pCount);
int GetReferenceCount([Runtime::InteropServices::Out] int & pCount);
public int GetReferenceCount (out int pCount);
abstract member GetReferenceCount : int -> int
Public Function GetReferenceCount (ByRef pCount As Integer) As Integer
Parameters
- pCount
- Int32
[out] Pointer to a reference count object.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From discoveryservice.idl:
HRESULT IDiscoveryResult::GetReferenceCount(
[out, retval] int *pCount
);