windows-nt/Source/XPSP1/NT/shell/ext/mydocs2/prop.h

13 lines
267 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef __props_h
#define __props_h
INT_PTR CALLBACK TargetDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
#define MAX_NAME_LEN 20
#define FILENAME_LEN_WITH_SLASH_AND_NULL 14
#define MAX_DIR_PATH (MAX_PATH-FILENAME_LEN_WITH_SLASH_AND_NULL)
#endif