IDD_CX_CLIENT_CONFIG structure (iddcx.h)
La structure IDD_CX_CLIENT_CONFIG contient des fonctions de rappel IDDCX que le pilote d’affichage peut utiliser.
Syntaxe
struct IDD_CX_CLIENT_CONFIG {
ULONG Size;
PFN_IDD_CX_DEVICE_IO_CONTROL EvtIddCxDeviceIoControl;
PFN_IDD_CX_PARSE_MONITOR_DESCRIPTION EvtIddCxParseMonitorDescription;
PFN_IDD_CX_ADAPTER_INIT_FINISHED EvtIddCxAdapterInitFinished;
PFN_IDD_CX_ADAPTER_COMMIT_MODES EvtIddCxAdapterCommitModes;
PFN_IDD_CX_MONITOR_GET_DEFAULT_DESCRIPTION_MODES EvtIddCxMonitorGetDefaultDescriptionModes;
PFN_IDD_CX_MONITOR_QUERY_TARGET_MODES EvtIddCxMonitorQueryTargetModes;
PFN_IDD_CX_MONITOR_ASSIGN_SWAPCHAIN EvtIddCxMonitorAssignSwapChain;
PFN_IDD_CX_MONITOR_UNASSIGN_SWAPCHAIN EvtIddCxMonitorUnassignSwapChain;
PFN_IDD_CX_MONITOR_I2C_TRANSMIT EvtIddCxMonitorI2CTransmit;
PFN_IDD_CX_MONITOR_I2C_RECEIVE EvtIddCxMonitorI2CReceive;
PFN_IDD_CX_MONITOR_SET_GAMMA_RAMP EvtIddCxMonitorSetGammaRamp;
PFN_IDD_CX_MONITOR_OPM_GET_CERTIFICATE_SIZE EvtIddCxMonitorOPMGetCertificateSize;
PFN_IDD_CX_MONITOR_OPM_GET_CERTIFICATE EvtIddCxMonitorOPMGetCertificate;
PFN_IDD_CX_MONITOR_OPM_CREATE_PROTECTED_OUTPUT EvtIddCxMonitorOPMCreateProtectedOutput;
PFN_IDD_CX_MONITOR_OPM_GET_RANDOM_NUMBER EvtIddCxMonitorOPMGetRandomNumber;
PFN_IDD_CX_MONITOR_OPM_SET_SIGNING_KEY_AND_SEQUENCE_NUMBERS EvtIddCxMonitorOPMSetSigningKeyAndSequenceNumbers;
PFN_IDD_CX_MONITOR_OPM_GET_INFOMATION EvtIddCxMonitorOPMGetInformation;
PFN_IDD_CX_MONITOR_OPM_CONFIGURE_PROTECTED_OUTPUT EvtIddCxMonitorOPMConfigureProtectedOutput;
PFN_IDD_CX_MONITOR_OPM_DESTROY_PROTECTED_OUTPUT EvtIddCxMonitorOPMDestroyProtectedOutput;
PFN_IDD_CX_MONITOR_GET_PHYSICAL_SIZE EvtIddCxMonitorGetPhysicalSize;
PFN_IDD_CX_PARSE_MONITOR_DESCRIPTION2 EvtIddCxParseMonitorDescription2;
PFN_IDD_CX_ADAPTER_QUERY_TARGET_INFO EvtIddCxAdapterQueryTargetInfo;
PFN_IDD_CX_ADAPTER_COMMIT_MODES2 EvtIddCxAdapterCommitModes2;
PFN_IDD_CX_MONITOR_SET_DEFAULT_HDR_METADATA EvtIddCxMonitorSetDefaultHdrMetaData;
PFN_IDD_CX_MONITOR_QUERY_TARGET_MODES2 EvtIddCxMonitorQueryTargetModes2;
};
Membres
Size
Taille totale de la structure.
EvtIddCxDeviceIoControl
Pointeur vers la fonction PFN_IDD_CX_DEVICE_IO_CONTROL . Cette fonction peut être utilisée pour la communication entre un processus de session utilisateur et le pilote ; ce canal de communication est généralement utilisé par une application complémentaire pour contrôler certains aspects du pilote.
EvtIddCxParseMonitorDescription
Pointeur vers la fonction PFN_IDD_CX_PARSE_MONITOR_DESCRIPTION .
EvtIddCxAdapterInitFinished
Pointeur vers la fonction PFN_IDD_CX_ADAPTER_INIT_FINISHED .
EvtIddCxAdapterCommitModes
Pointeur vers la fonction PFN_IDD_CX_ADAPTER_COMMIT_MODES .
EvtIddCxMonitorGetDefaultDescriptionModes
Pointeur vers la fonction PFN_IDD_CX_MONITOR_GET_DEFAULT_DESCRIPTION_MODES .
EvtIddCxMonitorQueryTargetModes
Pointeur vers la fonction PFN_IDD_CX_MONITOR_QUERY_TARGET_MODES .
EvtIddCxMonitorAssignSwapChain
Pointeur vers la fonction PFN_IDD_CX_MONITOR_ASSIGN_SWAPCHAIN .
EvtIddCxMonitorUnassignSwapChain
Pointeur vers la fonction PFN_IDD_CX_MONITOR_UNASSIGN_SWAPCHAIN .
EvtIddCxMonitorI2CTransmit
Pointeur vers la fonction PFN_IDD_CX_MONITOR_I2C_TRANSMIT .
EvtIddCxMonitorI2CReceive
Pointeur vers la fonction PFN_IDD_CX_MONITOR_I2C_RECEIVE .
EvtIddCxMonitorSetGammaRamp
Pointeur vers la fonction PFN_IDD_CX_MONITOR_SET_GAMMA_RAMP .
EvtIddCxMonitorOPMGetCertificateSize
Pointeur vers la fonction PFN_IDD_CX_MONITOR_OPM_GET_CERTIFICATE_SIZE .
EvtIddCxMonitorOPMGetCertificate
Pointeur vers la fonction PFN_IDD_CX_MONITOR_OPM_GET_CERTIFICATE .
EvtIddCxMonitorOPMCreateProtectedOutput
Pointeur vers la fonction PFN_IDD_CX_MONITOR_OPM_CREATE_PROTECTED_OUTPUT .
EvtIddCxMonitorOPMGetRandomNumber
Pointeur vers la fonction PFN_IDD_CX_MONITOR_OPM_GET_RANDOM_NUMBER .
EvtIddCxMonitorOPMSetSigningKeyAndSequenceNumbers
Pointeur vers la fonction PFN_IDD_CX_MONITOR_OPM_SET_SIGNING_KEY_AND_SEQUENCE_NUMBERS .
EvtIddCxMonitorOPMGetInformation
Pointeur vers la fonction PFN_IDD_CX_MONITOR_OPM_GET_INFOMATION .
EvtIddCxMonitorOPMConfigureProtectedOutput
Pointeur vers la fonction PFN_IDD_CX_MONITOR_OPM_CONFIGURE_PROTECTED_OUTPUT .
EvtIddCxMonitorOPMDestroyProtectedOutput
Pointeur vers la fonction PFN_IDD_CX_MONITOR_OPM_DESTROY_PROTECTED_OUTPUT .
EvtIddCxMonitorGetPhysicalSize
EvtIddCxParseMonitorDescription2
EvtIddCxAdapterQueryTargetInfo
EvtIddCxAdapterCommitModes2
EvtIddCxMonitorSetDefaultHdrMetaData
EvtIddCxMonitorQueryTargetModes2
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | iddcx.h |