若要生成在 Windows 8 和早期版本的 Windows 中运行的单个驱动程序二进制文件,请使用POOL_NX_OPTIN选择加入机制。 这是针对提供单个驱动程序二进制文件以支持多个 Windows 版本的第三方硬件供应商的移植帮助。 若要使用此选择加入机制,请执行以下操作: 为要选择加入的所有源文件定义POOL_NX_OPTIN = 1。 为此,请...
Define POOL_NX_OPTIN = 1 for all source files that you want to opt-in. To do this, include the following preprocessor definition in the appropriate property page for your driver project: C_DEFINES=$(C_DEFINES) -DPOOL_NX_OPTIN=1
To build a single driver binary that runs both in Windows 8 and in earlier versions of Windows, use the POOL_NX_OPTIN opt-in mechanism. This is a porting aid for third-party hardware vendors who supply a single driver binary to support multiple Windows versions....
Define POOL_NX_OPTIN = 1 for all source files that you want to opt-in. To do this, include the following preprocessor definition in the appropriate property page for your driver project: C_DEFINES=$(C_DEFINES) -DPOOL_NX_OPTIN=1
Para criar um binário de driver único executado no Windows 8 e em versões anteriores do Windows, use o mecanismo de aceitação POOL_NX_OPTIN. Esse é um auxílio de portabilidade para fornecedores de hardware de terceiros que fornecem um binário de driver único para dar suporte a...
Pour créer un fichier binaire de pilote unique qui s’exécute à la fois dans Windows 8 et dans les versions antérieures de Windows, utilisez le mécanisme d’adhésion POOL_NX_OPTIN. Il s’agit d’une aide au portage pour les fournisseurs de matériel tiers qui fournissent un seul ...
POOL_NX_OPTIN funziona sostituendo NonPagedPool con una variabile globale di POOL_TYPE, , ExDefaultNonPagedPoolTypeinizializzata in NonPagedPoolNx (per Windows 8 e versioni successive di Windows) o in NonPagedPoolExecute (per le versioni precedenti di Windows). Questo meccanismo di consenso ...
Define POOL_NX_OPTIN = 1 for all source files that you want to opt-in. To do this, include the following preprocessor definition in the appropriate property page for your driver project: C_DEFINES=$(C_DEFINES) -DPOOL_NX_OPTIN=1
Multiple Binary Opt-In: POOL_NX_OPTIN_AUTO Selective Opt-Out: POOL_NX_OPTOUT Section Objects and Views File-Backed and Page-File-Backed Sections Managing Memory Sections Security Issues for Section Objects and Views Using MDLs Security
To build a single driver binary that runs both in Windows 8 and in earlier versions of Windows, use the POOL_NX_OPTIN opt-in mechanism. This is a porting aid for third-party hardware vendors who supply a single driver binary to support multiple Windows versions....