⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 irclass.h

📁 This sample demonstrates the handling of DIF_ calls during device installation and the insertion of
💻 H
字号:
#include "resource.h"

#define PPParamsSignature       'IrDA'

typedef struct
{
    ULONG                       Signature;
    HDEVINFO                    DeviceInfoSet;
    PSP_DEVINFO_DATA            DeviceInfoData;
    BOOL                        FirstTimeInstall;
    BOOL                        SerialBased;
    ULONG                       MaxConnectInitialValue;
    ULONG                       PortInitialValue;
} PROPPAGEPARAMS, *PPROPPAGEPARAMS;

typedef struct 
{
    SP_DRVINFO_DATA         DriverInfoData;
    SP_DRVINFO_DETAIL_DATA  DriverInfoDetailData;
    HINF                    hInf;
    TCHAR                   InfSectionWithExt[LINE_LEN];
    UINT                    PromptForPort;
} COINSTALLER_PRIVATE_DATA, *PCOINSTALLER_PRIVATE_DATA;

#define OUT_OF_MEMORY_MB gszOutOfMemory, gszTitle, MB_OK | MB_ICONHAND | MB_SYSTEMMODAL

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -