File Sample (1 of 2)
pywintypes.OVERLAPPED()# create the event to be used.self.overlapped.hEvent = \ win32event.CreateEvent(None,0,0,None)
Special security for pipes is needed for services
sa = win32security.SECURITY_ATTRIBUTES()# Allow full access!sa.SetSecurityDescriptorDacl ( 1, None, 0 )