Skip to content

Commit accb0bf

Browse files
Merge pull request #15373 from MicrosoftDocs/main
Auto Publish – main to live - 2026-05-11 22:00 UTC
2 parents c8889ac + b1bc9e6 commit accb0bf

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/debugger/debug-interface-access/idiadatasource-loaddatafromistream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HRESULT loadDataFromIStream (
2929

3030
`pIStream`
3131

32-
[in] An <xref:IStream> object representing the data stream to use.
32+
[in] An [IStream](/windows/desktop/api/objidl/nn-objidl-istream) object representing the data stream to use.
3333

3434
## Return Value
3535

@@ -43,7 +43,7 @@ If successful, returns `S_OK`; otherwise, returns an error code. The following t
4343

4444
## Remarks
4545

46-
This method allows the debug data for an executable to be obtained through an <xref:IStream> object.
46+
This method allows the debug data for an executable to be obtained through an [IStream](/windows/desktop/api/objidl/nn-objidl-istream) object.
4747

4848
To load with prefetching, use the [`IDiaDataSourceEx::loadDataFromIStreamEx`](../../debugger/debug-interface-access/idiadatasourceex-loaddatafromistreamex.md) method.
4949

docs/debugger/debug-interface-access/idiadatasourceex-loaddatafromistreamex.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ HRESULT loadDataFromIStreamEx (
3030

3131
`pIStream`
3232

33-
[in] An <xref:IStream> object representing the data stream to use.
33+
[in] An [IStream](/windows/desktop/api/objidl/nn-objidl-istream) object representing the data stream to use.
3434

3535
`fPdbPrefetching`
3636

37-
[in] If set to `TRUE`, adjacent debug records are prefetched into memory, potentially replacing many smaller file I/O operations with fewer, larger operations, and thus improving overall throughput as those records are subsequently accessed, at the expense of potentially increased memory usage. If set to `FALSE`, this behaves identically to [`IDiaDataSource::loadDataFromIStream`](../../debugger/debug-interface-access/idiadatasource-loaddatafromistream.md). If set to some other value, behavior is unspecified.
37+
[in] If set to `TRUE`, adjacent debug records are prefetched into memory, potentially replacing many smaller file I/O operations with fewer, larger operations, and thus improving overall throughput as those records are subsequently accessed, at the expense of potentially increased memory usage. If set to `FALSE`, this function behaves identically to [`IDiaDataSource::loadDataFromIStream`](../../debugger/debug-interface-access/idiadatasource-loaddatafromistream.md). If set to some other value, behavior is unspecified.
3838

3939
## Return Value
4040

@@ -44,11 +44,11 @@ If successful, returns `S_OK`; otherwise, returns an error code. The following t
4444
|-----------|-----------------|
4545
|`E_PDB_FORMAT`|Attempted to access a file with an obsolete format.|
4646
|`E_INVALIDARG`|Invalid parameter.|
47-
|`E_UNEXPECTED`|Data source has already been prepared.|
47+
|`E_UNEXPECTED`|Data source is already prepared.|
4848

4949
## Remarks
5050

51-
This method allows the debug data for an executable to be obtained from memory through an <xref:IStream> object.
51+
This method allows the debug data for an executable to be obtained from memory through an [IStream](/windows/desktop/api/objidl/nn-objidl-istream) object.
5252

5353
To load a .pdb file without validation, use the [`IDiaDataSourceEx::loadDataFromPdbEx`](../../debugger/debug-interface-access/idiadatasourceex-loaddatafrompdbex.md) method.
5454

docs/debugger/protected-mode-dump-debugging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Protected mode isolates the debugger process from the rest of the system using A
2424
* The **Tasks** view will be empty in the Parallel Stacks window
2525
* The debugger **Tasks** window (**Debug->Windows->Tasks**) will be empty
2626
* Protected mode isn't enabled for Diagnostic Analysis and Debug Managed Memory
27+
* Source Server isn't available in protected mode
2728

2829
## Disable protected mode
2930

0 commit comments

Comments
 (0)