home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / ADSDK.ZIP / Samples / ActiveDir / CreateUser / vc / CreateUserHelpers.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-04  |  223 b   |  16 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6. #ifndef __CREATEUSERHELPERS_H
  7. #define __CREATEUSERHELPERS_H
  8.  
  9.  
  10. void PrintIADSObject(IADs * pIADs);
  11. void CheckADHRESULT(HRESULT passedhr,LPOLESTR pwReason);
  12. WCHAR * CrackADError(HRESULT hResult);
  13.  
  14.  
  15.  
  16. #endif