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

📄 collect.h

📁 this sample is distantly related to the httpauth sample which demonstrates the use of the SSPI packa
💻 H
字号:
/*++

Copyright 1996-1997 Microsoft Corporation

Module Name:

    collect.h

Abstract:

    Functions for a simple collection

Revision History:

--*/

BOOL GetEntry (DWORD dwKey, PVOID *ppData);
BOOL AddEntry (DWORD dwKey, PVOID pData);
BOOL DeleteEntry (DWORD dwKey, PVOID *ppData);

⌨️ 快捷键说明

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