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.
Retrieves the similarity data that was generated for a file by the signature generator.
This method cannot be called until signature generation is completed. For more information, see the endOfOutput parameter of the IRdcGenerator::Process method.
Syntax
HRESULT Results(
[out] SimilarityData *similarityData
);
Parameters
[out] similarityData
A pointer to a SimilarityData structure that will receive the similarity data.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | msrdc.h |
| DLL | MsRdc.dll |