home *** CD-ROM | disk | FTP | other *** search
- #define SAMPLEMMCHELPER_API __declspec(dllexport)
-
-
- #include <windows.h>
- #include <prsht.h>
- #include <mmc.h>
-
- SAMPLEMMCHELPER_API HRESULT callMMCPropertyChangeNotify(long* INotifyHandle, LPARAM param);
- SAMPLEMMCHELPER_API HRESULT callMMCFreeNotifyHandle(long* lNotifyHandle);
- SAMPLEMMCHELPER_API int RegisterPropertyPage(void *hiProc, void *byeProc, PROPSHEETPAGE *incoming);
-
-
-