home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / mmc / samplemmchelper.h < prev   
Encoding:
C/C++ Source or Header  |  2000-06-23  |  391 b   |  13 lines

  1. #define SAMPLEMMCHELPER_API __declspec(dllexport)
  2.  
  3.  
  4. #include <windows.h>
  5. #include <prsht.h>
  6. #include <mmc.h>
  7.  
  8. SAMPLEMMCHELPER_API HRESULT callMMCPropertyChangeNotify(long* INotifyHandle,  LPARAM param);
  9. SAMPLEMMCHELPER_API HRESULT callMMCFreeNotifyHandle(long* lNotifyHandle);
  10. SAMPLEMMCHELPER_API int RegisterPropertyPage(void *hiProc, void *byeProc, PROPSHEETPAGE *incoming);
  11.  
  12.  
  13.