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.

5 lines
209 B

  1. // srvcutil.h
  2. HRESULT BSTR_to_LPTSTR(LPTSTR *ppsz, BSTR bstr);
  3. HRESULT NmAdvise(IUnknown* pUnkCP, IUnknown* pUnk, const IID& iid, LPDWORD pdw);
  4. HRESULT NmUnadvise(IUnknown* pUnkCP, const IID& iid, DWORD dw);