Feature Requests item #1429820, was opened at 2006-02-11 22:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1429820&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: win32
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Norman Rasmussen (normanr)
Assigned to: Nobody/Anonymous (nobody)
Summary: Better documentation for CtxtHandleType, and others
Initial Comment:
PyCredHandle does it right: In the Comments section in
the help file it tells you to use
win32security.CredHandleType() to create an instance.
These classes require the same code, but the help
doesn't tell you that:
- PyCtxtHandle
- PySecBufferDesc
- PySecBuffer
Possibly: Is there anyway to make a default constructor
for these classes so you don't have to call ThingType()
to create a new PyThing.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1429820&group_id=78018
|