// iddcx.h
struct IDARG_OUT_ADAPTER_INIT {
IDDCX_ADAPTER AdapterObject;
};
View the official Windows Driver Kit DDI referenceNo description available.
IDARG_OUT_ADAPTER_INIT provides information about an initialized adapter.
AdapterObjectAn opaque IDDCX_ADAPTER object that represents a single logical display adapter.
See IDDCX objects for more information.