windows-nt/Source/XPSP1/NT/base/mvdm/vdmutils/pifedit/mods.h

12 lines
243 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/* MODS.H - function prototypes for MODS.C */
#define GetInstanceData(hinst, npstr, cb) (0)
int MemCopy(LPSTR, LPSTR, int);
BOOL SetInitialMode(void);
int CountLines(LPSTR);
DWORD GetTextExtent(HDC, LPSTR, int);
int delete(LPSTR);