Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Creates an enumerator that contains the same enumeration state as the current enumerator.
Syntax
HRESULT Clone (
IDiaEnumDebugStreams** ppenum
);
Parameters
ppenum
[out] Returns an IDiaEnumDebugStreams object that contains a duplicate of the enumerator. The streams are not duplicated, only the enumerator.
Return Value
If successful, returns S_OK; otherwise, returns an error code.