Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
919 B

/* File: D:\WACKER\tdll\load_res.h (Created: 16-Dec-1993)
*
* Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
* All rights reserved
*
* $Revision: 1.6 $
* $Date: 1994/03/29 15:34:33 $
*/
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Error codes */
#define LDR_ERR_BASE 0x300
#define LDR_BAD_ID LDR_ERR_BASE+1
#define LDR_NO_RES LDR_ERR_BASE+2
#define LDR_BAD_PTR LDR_ERR_BASE+3
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
extern int resLoadDataBlock(const HINSTANCE hInst,
const int id,
const void **ppData,
int *pSize);
extern int resFreeDataBlock(const HSESSION hSession,
const void *pData);
extern int resLoadFileMask(HINSTANCE hInst,
UINT uId,
int nCount,
LPTSTR pszBuffer,
int nSize);