HI.
Is accessing WMI thread safe?
I mean this:
I my Thread repeatedly list the print jobs in the sn spool with this code
FSWbemLocator := CreateOleObject('WbemScripting.SWbemLocator');
FWMIService := FSWbemLocator.ConnectServer('localhost', 'root\CIMV2', WbemUser, WbemP...