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.
Gets the array of display instances and its count.
Syntax
void GetDisplayInstanceArray(
UINT *displayInstanceArrayCount,
const CompositionFrameDisplayInstance **displayInstanceArray
);
Parameters
displayInstanceArrayCount
Type: UINT
The count of the displayInstanceArray.
displayInstanceArray
Type: CompositionFrameDisplayInstance **
The array of display instances.
Return value
None
Remarks
This data is valid for the lifetime of the ICompositionFramePresentStatistics, and should not be read after the ICompositionFramePresentStatistics is released.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Build 22000 |
| Minimum supported server | Windows Build 22000 |
| Header | presentation.h |
| Library | dcomp.lib |
| DLL | dcomp.dll |