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..."

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to