[Tutor] question about pywin32

Lie Ryan lie.1296 at gmail.com
Mon Dec 26 17:21:50 CET 2011


On 12/27/2011 02:58 AM, Lie Ryan wrote:
> On 12/27/2011 12:18 AM, daedae11 wrote:
>> Does pywin32 provide a module for AES encryption algorithm ?
>> The description of some module in pywin32 document is so simple that
>> there is not introduction about the function of the function.
>> For example, "CryptProtectData" function in module win32crypt.
>> ------------------------------------------------------------------------
>
> It is not the intent of pywin32 to document win32 functions. For each of
> pywin32 function, there is a corresponding C function with the same name
> in MSDN, for example, for CryptProtectData:
> http://msdn.microsoft.com/en-us/library/windows/desktop/aa380261%28v=vs.85%29.aspx

a small correction: "...there is a corresponding C function with the 
same name in win32 library, which is documented in MSDN..."



More information about the Tutor mailing list