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
19 lines
487 B
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 2000-2002 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// EncryptedBSTR.cpp
|
|
//
|
|
// Description:
|
|
// Class to encrypt and decrypt BSTRs.
|
|
//
|
|
// Maintained By:
|
|
// John Franco (jfranco) 15-April-2002
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
#include "Pch.h"
|
|
#include "EncryptedBSTR.h"
|
|
|
|
#include "EncryptedBSTRSrc.cpp"
|