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.
Makes a copy of an object.
HRESULT Clone (
IDiaEnumSymbolsByAddr** ppenum
);
Parameters
- ppenum
[out] Returns an IDiaEnumSymbolsByAddr object that contains a duplicate of the enumerator. The symbols are not duplicated, only the enumerator.
Return Value
If successful, returns S_OK; otherwise, returns an error code.