Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns the number of declarations in the completion list.
HRESULT GetCount (
long* count
);
Parameters
- count
[out] Returns a count of declarations.
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Return the number of declarations in your implementation of the IDeclarations Interface.