windows-nt/Source/XPSP1/NT/shell/ext/url/shlvalid.h
2020-09-26 16:20:57 +08:00

40 lines
973 B
C

/*
* 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 */