IddCxDeviceInitConfig - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

NTSTATUS IddCxDeviceInitConfig(
  PWDFDEVICE_INIT            DeviceInit,
  const IDD_CX_CLIENT_CONFIG *Config
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-iddcx-iddcxdeviceinitconfig)

IddCxDeviceInitConfig function

Description

Creates a WDFDEVICE initialization structure to allow indirect displays to be used.

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.