home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
winbase
/
security
/
winnt
/
sockauth
/
collect.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-10-09
|
307 b
|
21 lines
/*++
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);