source: trunk/dll/findrec.h@ 1878

Last change on this file since 1878 was 1865, checked in by Steven Levine, 10 years ago

Correct WaitFleshWorkListEmpty typo that could corrupt heap
Protect some read-only strings from overwriting

  • Property svn:eolstyle set to native
  • Property svn:keywords set to Id
File size: 686 bytes
RevLine 
[1170]1
2/***********************************************************************
3
[1196]4 $Id: findrec.h 1865 2015-08-23 20:36:02Z stevenhl $
[1170]5
[1865]6 Find records
[1170]7
[1196]8 Copyright (c) 1993-98 M. Kimes
[1865]9 Copyright (c) 2008, 2015 Steven H. Levine
[1170]10
[1865]11 23 Aug 15 SHL Protect FindCnrRecord filename arg
[1170]12
13***********************************************************************/
14
15#if !defined(FINDREC_H)
16#define FINDREC_H
17
[1223]18#include "dircnrs.h" // typedef for CNRITEM, PCNRITEM
19
[1865]20PCNRITEM FindCnrRecord(HWND hwndCnr, PCSZ filename, PCNRITEM pciParent,
[1185]21 BOOL partial, BOOL partmatch, BOOL noenv);
[1170]22PCNRITEM FindParentRecord(HWND hwndCnr, PCNRITEM pciC);
23VOID ShowCnrRecord(HWND hwndCnr, PMINIRECORDCORE pmi);
24
25
26#endif // FINDREC_H
Note: See TracBrowser for help on using the repository browser.