Godlike Productions - Discussion Forum
Users Online Now: 2,064 (Who's On?)Visitors Today: 867,667
Pageviews Today: 1,179,039Threads Today: 326Posts Today: 5,219
10:00 AM


Back to Forum
Back to Forum
Back to Thread
Back to Thread
REPORT COPYRIGHT VIOLATION IN REPLY
Message Subject AXIS – ORACLE OF DOOM – THERE IS AN ALIEN IN YOUR MACHINE
Poster Handle Zero Sentinel
Post Content
:SmithE:

...


Sub ReadingComputerJournal( _
strComputerName As String _
)
Dim qinfo As New MSMQQueueInfo
Dim q As MSMQQueue
Dim msg As MSMQMessage
Dim strMachineId As String
TO IP: 162.623.21.1 (San Francisco, CA)
' Obtain the computer GUID for the format name.
On Error GoTo ErrorHandler
strMachineId = MachineIdOfMachineName(strComputerName)

' Set the format name of computer journal.
qinfo.FormatName = "MACHINE=" & strMachineId & ";JOURNAL"

' Open the computer journal.
Set q = qinfo.Open(Access:=MQ_RECEIVE_ACCESS, _
ShareMode:=MQ_DENY_NONE)

' Read the first message in the computer journal.
Set msg = q.Receive(ReceiveTimeout:=1000)

...
 
Please verify you're human:




Reason for copyright violation:







GLP