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.
Retrieves a specified number of debug streams in the enumeration sequence.
Syntax
HRESULT Next (
ULONG celt,
IDiaEnumDebugStreamData** rgelt,
ULONG* pceltFetched
);
Parameters
celt
[in] The number of debug streams in the enumerator to be retrieved.
rgelt
[out] Returns an array of IDiaEnumDebugStreamData objects that represents the debug streams being retrieved.
pceltFetched
[out] Returns the number of debug streams returned.
Return Value
If successful, returns S_OK. Returns S_FALSE if there are no more streams. Otherwise, returns an error code.