// iddcx.h
NTSTATUS IddCxDeviceInitConfig(
PWDFDEVICE_INIT DeviceInit,
const IDD_CX_CLIENT_CONFIG *Config
);
View the official Windows Driver Kit DDI referenceNo description available.
Creates a WDFDEVICE initialization structure to allow indirect displays to be used.
DeviceInitThe information about the device that is being initialized.
ConfigThe information required about the configuration of the client.
(NTSTATUS) The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.