win32service.SetUserObjectInformation

SetUserObjectInformation(Handle, info, type)

Set specified type of info for a window station or desktop object

Parameters

Handle : PyHANDLE

Handle to window station or desktop

info : object

Information to set for handle, currently only a dictionary representing USEROBJECTFLAGS struct

type=UOI_FLAGS : int

Type of info to set, currently only accepts UOI_FLAGS

Comments

Currently only UOI_FLAGS supported