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.
Creates a WDFDEVICE initialization structure to allow indirect displays to be used.
Syntax
NTSTATUS IddCxDeviceInitConfig(
PWDFDEVICE_INIT DeviceInit,
const IDD_CX_CLIENT_CONFIG *Config
);
Parameters
DeviceInit
The information about the device that is being initialized.
Config
The information required about the configuration of the client.
Return value
(NTSTATUS) The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 |
| Minimum supported server | Windows Server 2016 |
| Target Platform | Windows |
| Header | iddcx.h |
| Library | IddCxStub.lib |
| DLL | IddCx.dll |
| IRQL | Must_inspect_result |