windows-nt/Source/XPSP1/NT/shell/ext/url/shlvalid.h

40 lines
973 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/*
* shlvalid.h - Shell validation functions description.
*/
#ifdef __cplusplus
extern "C" { /* Assume C declarations for C++. */
#endif /* __cplusplus */
/* Prototypes
*************/
/* shlvalid.c */
#ifdef DEBUG
/* interfaces */
extern BOOL IsValidPCIExtractIcon(PCIExtractIcon pciei);
extern BOOL IsValidPCINewShortcutHook(PCINewShortcutHook pcinshhk);
extern BOOL IsValidPCIShellExecuteHook(PCIShellExecuteHook pciseh);
extern BOOL IsValidPCIShellExtInit(PCIShellExtInit pcisei);
extern BOOL IsValidPCIShellLink(PCIShellLink pcisl);
extern BOOL IsValidPCIShellPropSheetExt(PCIShellPropSheetExt pcispse);
/* structures */
extern BOOL IsValidPCITEMIDLIST(PCITEMIDLIST pcidl);
extern BOOL IsValidPCPROPSHEETPAGE(PCPROPSHEETPAGE pcpsp);
extern BOOL IsValidPCSHELLEXECUTEINFO(PCSHELLEXECUTEINFO pcei);
#endif /* DEBUG */
#ifdef __cplusplus
} /* End of extern "C" {. */
#endif /* __cplusplus */