Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
433 B

  1. #ifndef _LODCTR_MOFCOMP_H
  2. #define _LODCTR_MOFCOMP_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #define WMI_LODCTR_EVENT 1
  7. #define WMI_UNLODCTR_EVENT 2
  8. DWORD SignalWmiWithNewData ( DWORD dwEventId );
  9. DWORD LodctrCompileMofFile ( LPCWSTR szComputerName, LPCWSTR szMofFileName );
  10. DWORD LodctrCompileMofBuffer ( LPCWSTR szComputerName, LPVOID pMofBuffer, DWORD dwBufSize );
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif //_LODCTR_MOFCOMP_H