Leaked source code of windows server 2003
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
487 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2002 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // EncryptedBSTR.cpp
  7. //
  8. // Description:
  9. // Class to encrypt and decrypt BSTRs.
  10. //
  11. // Maintained By:
  12. // John Franco (jfranco) 15-April-2002
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. #include "Pch.h"
  16. #include "EncryptedBSTR.h"
  17. #include "EncryptedBSTRSrc.cpp"