Praetor's Domus Aurea
0
Zamor
Cloudy
The running gag where they constantly point out Hagimura's head is amusing to me every time I see it.
0
echoeagle3
Oppai Overlord
tooge3 wrote...
echoeagle3 wrote...
whats SYD?IT'S THE BEST COMEDY EVER!
That doesn't tell me what it is
0
Zamor
Cloudy
echoeagle3 wrote...
tooge3 wrote...
echoeagle3 wrote...
whats SYD?IT'S THE BEST COMEDY EVER!
That doesn't tell me what it is
I did though... and I posted before him
0
echoeagle3
Oppai Overlord
Zamor wrote...
echoeagle3 wrote...
tooge3 wrote...
echoeagle3 wrote...
whats SYD?IT'S THE BEST COMEDY EVER!
That doesn't tell me what it is
I did though... and I posted before him
oh, my bad, didn't see it. You are like invisible
0
Zamor
Cloudy
echoeagle3 wrote...
Zamor wrote...
echoeagle3 wrote...
tooge3 wrote...
echoeagle3 wrote...
whats SYD?IT'S THE BEST COMEDY EVER!
That doesn't tell me what it is
I did though... and I posted before him
oh, my bad, didn't see it. You are like invisible
Thanks...?
0
echoeagle3
Oppai Overlord
Zamor wrote...
echoeagle3 wrote...
Zamor wrote...
echoeagle3 wrote...
tooge3 wrote...
echoeagle3 wrote...
whats SYD?IT'S THE BEST COMEDY EVER!
That doesn't tell me what it is
I did though... and I posted before him
oh, my bad, didn't see it. You are like invisible
Thanks...?
Don't worry, Im torrenting the series now
0
Sabers Praetor
Unlimited Lewd Works
Zamor wrote...
echoeagle3 wrote...
Zamor wrote...
echoeagle3 wrote...
tooge3 wrote...
echoeagle3 wrote...
whats SYD?IT'S THE BEST COMEDY EVER!
That doesn't tell me what it is
I did though... and I posted before him
oh, my bad, didn't see it. You are like invisible
Thanks...?
Poor Zam *pats*
0
Zamor
Cloudy
Sabers Praetor wrote...
Zamor wrote...
echoeagle3 wrote...
Zamor wrote...
echoeagle3 wrote...
tooge3 wrote...
echoeagle3 wrote...
whats SYD?IT'S THE BEST COMEDY EVER!
That doesn't tell me what it is
I did though... and I posted before him
oh, my bad, didn't see it. You are like invisible
Thanks...?
Poor Zam *pats*
If I'm invisible, then senpai won't notice me!
0
Sabers Praetor
Unlimited Lewd Works
Zamor wrote...
Sabers Praetor wrote...
Zamor wrote...
echoeagle3 wrote...
Zamor wrote...
echoeagle3 wrote...
tooge3 wrote...
echoeagle3 wrote...
whats SYD?IT'S THE BEST COMEDY EVER!
That doesn't tell me what it is
I did though... and I posted before him
oh, my bad, didn't see it. You are like invisible
Thanks...?
Poor Zam *pats*
If I'm invisible, then senpai won't notice me!
who is senpai?
0
Sabers Praetor
Unlimited Lewd Works
Sanada-Kun wrote...
zamduck the invisible.like Akarin.
Also I need to pick up Walkure and SYD 2nd season.
Pick up Walkure for the oppai *thumbs up*
0
Zamor
Cloudy
Sabers Praetor wrote...
Zamor wrote...
Sabers Praetor wrote...
Zamor wrote...
echoeagle3 wrote...
Zamor wrote...
echoeagle3 wrote...
tooge3 wrote...
echoeagle3 wrote...
whats SYD?IT'S THE BEST COMEDY EVER!
That doesn't tell me what it is
I did though... and I posted before him
oh, my bad, didn't see it. You are like invisible
Thanks...?
Poor Zam *pats*
If I'm invisible, then senpai won't notice me!
who is senpai?
A joke
0
Sabers Praetor wrote...
Sanada-Kun wrote...
zamduck the invisible.like Akarin.
Also I need to pick up Walkure and SYD 2nd season.
Pick up Walkure for the oppai *thumbs up*
Now the problem is which oppai : First VN - Sequel VN - Anime
too much oppai to choose.
0
echoeagle3
Oppai Overlord
Sanada-Kun wrote...
Sabers Praetor wrote...
Sanada-Kun wrote...
zamduck the invisible.like Akarin.
Also I need to pick up Walkure and SYD 2nd season.
Pick up Walkure for the oppai *thumbs up*
Now the problem is which oppai : First VN - Sequel VN - Anime
too much oppai to choose.
I feel your pain brother
0
Sabers Praetor
Unlimited Lewd Works
Sanada-Kun wrote...
Sabers Praetor wrote...
Sanada-Kun wrote...
zamduck the invisible.like Akarin.
Also I need to pick up Walkure and SYD 2nd season.
Pick up Walkure for the oppai *thumbs up*
Now the problem is which oppai : First VN - Sequel VN - Anime
too much oppai to choose.
Anime first so you dont get disappointment after the anime ruins it...always the case
0
Sabers Praetor wrote...
Sanada-Kun wrote...
Sabers Praetor wrote...
Sanada-Kun wrote...
zamduck the invisible.like Akarin.
Also I need to pick up Walkure and SYD 2nd season.
Pick up Walkure for the oppai *thumbs up*
Now the problem is which oppai : First VN - Sequel VN - Anime
too much oppai to choose.
Anime first so you dont get disappointment after the anime ruins it...always the case
Was it really that bad? The anime I mean. Here I thought the bestiality was the best route of all.
But seriously, was the anime that bad compared to the VNs?
0
animefreak_usa
Child of Samael
boob.php has crashed from overuse.
RESULT OpenMyQueue(
CHAR szQueueNumber[]
)
{
HRESULT hr = MQ_OK; // Return code
// Define the maximum number of properties, a property counter, and
// an MQQMPROPS structure.
const int NUMBEROFPROPERTIES = 1; // Number of computer properties
DWORD cPropId=0; // Property counter
MQQMPROPS qmprops;
QMPROPID aQMPropId[NUMBEROFPROPERTIES];
MQPROPVARIANT aQMPropVar[NUMBEROFPROPERTIES];
HRESULT aQMStatus[NUMBEROFPROPERTIES];
// Specify PROPID_QM_MACHINE_ID.
CLSID guidMachineId; // Computer GUID buffer
aQMPropId[cPropId] = PROPID_QM_MACHINE_ID; // Property ID
aQMPropVar[cPropId].vt = VT_CLSID; // Type indicator
aQMPropVar[cPropId].puuid = &guidMachineId; // Computer GUID buffer
cPropId++;
// Initialize the MQQMPROPS structure.
qmprops.cProp = cPropId; // Number of properties
qmprops.aPropID = aQMPropId; // IDs of the properties
qmprops.aPropVar = aQMPropVar; // Values of the properties
qmprops.aStatus = aQMStatus; // Error reports
// Call MQGetMachineProperties to retrieve the
// GUID of the computer where the queue is registered.
hr = MQGetMachineProperties(NULL,
NULL,
&qmprops);
if (FAILED(hr))
{
fprintf(stderr, "An error occurred in MQGetMachineProperties (error: 0x%x).\n",hr);
return hr;
}
// Construct the format name of the private queue. The returned
// computer GUID is translated into a string and then combined
// with the queue number.
UCHAR *pszUuid = 0; // Computer GUID string
CHAR szFormatNameBuffer[256]; // Format name buffer
WCHAR wszFormatNameBuffer[256]; // Wide-character format name buffer
if (UuidToString(&guidMachineId, &pszUuid) != RPC_S_OK)
{
fprintf(stderr, "An error occurred in UuidToString.\n");
return E_FAIL;
}
else
{
// Combine the computer ID and queue number.
// ************************************
// You must concatenate "PRIVATE=", pszUuid, "\", pszUuid, and
// szQueueNumber into the szFormatNameBuffer buffer.
// szFormatNameBuffer = "PRIVATE=" + pszUuid + "\" + pszUuid +
// szQueueNumber
// If the format name is too long for the buffer, return S_FALSE.
// ************************************
// Convert the format name to a wide-character string.
mbstowcs(wszFormatNameBuffer,
szFormatNameBuffer,
sizeof(szFormatNameBuffer));
RpcStringFree(&pszUuid);
}
// Open the queue.
QUEUEHANDLE hQueue = NULL; // Handle of the created queue
DWORD dwAccess = MQ_SEND_ACCESS; // Access mode of the queue
DWORD dwShareMode = MQ_DENY_NONE; // Share mode of the queue
hr = MQOpenQueue(
wszFormatNameBuffer, // Format name of the queue
dwAccess, // Access mode
dwShareMode, // Share mode
&hQueue // OUT: Queue handle
);
if (FAILED(hr))
{
fprintf(stderr, "An error occurred in MQOpenQueue (error: 0x%x).\n",hr);
return hr;
}
puts("The queue is opened to send messages.");
return hr;
}
Rebooting from A:\dfc.exe
RESULT OpenMyQueue(
CHAR szQueueNumber[]
)
{
HRESULT hr = MQ_OK; // Return code
// Define the maximum number of properties, a property counter, and
// an MQQMPROPS structure.
const int NUMBEROFPROPERTIES = 1; // Number of computer properties
DWORD cPropId=0; // Property counter
MQQMPROPS qmprops;
QMPROPID aQMPropId[NUMBEROFPROPERTIES];
MQPROPVARIANT aQMPropVar[NUMBEROFPROPERTIES];
HRESULT aQMStatus[NUMBEROFPROPERTIES];
// Specify PROPID_QM_MACHINE_ID.
CLSID guidMachineId; // Computer GUID buffer
aQMPropId[cPropId] = PROPID_QM_MACHINE_ID; // Property ID
aQMPropVar[cPropId].vt = VT_CLSID; // Type indicator
aQMPropVar[cPropId].puuid = &guidMachineId; // Computer GUID buffer
cPropId++;
// Initialize the MQQMPROPS structure.
qmprops.cProp = cPropId; // Number of properties
qmprops.aPropID = aQMPropId; // IDs of the properties
qmprops.aPropVar = aQMPropVar; // Values of the properties
qmprops.aStatus = aQMStatus; // Error reports
// Call MQGetMachineProperties to retrieve the
// GUID of the computer where the queue is registered.
hr = MQGetMachineProperties(NULL,
NULL,
&qmprops);
if (FAILED(hr))
{
fprintf(stderr, "An error occurred in MQGetMachineProperties (error: 0x%x).\n",hr);
return hr;
}
// Construct the format name of the private queue. The returned
// computer GUID is translated into a string and then combined
// with the queue number.
UCHAR *pszUuid = 0; // Computer GUID string
CHAR szFormatNameBuffer[256]; // Format name buffer
WCHAR wszFormatNameBuffer[256]; // Wide-character format name buffer
if (UuidToString(&guidMachineId, &pszUuid) != RPC_S_OK)
{
fprintf(stderr, "An error occurred in UuidToString.\n");
return E_FAIL;
}
else
{
// Combine the computer ID and queue number.
// ************************************
// You must concatenate "PRIVATE=", pszUuid, "\", pszUuid, and
// szQueueNumber into the szFormatNameBuffer buffer.
// szFormatNameBuffer = "PRIVATE=" + pszUuid + "\" + pszUuid +
// szQueueNumber
// If the format name is too long for the buffer, return S_FALSE.
// ************************************
// Convert the format name to a wide-character string.
mbstowcs(wszFormatNameBuffer,
szFormatNameBuffer,
sizeof(szFormatNameBuffer));
RpcStringFree(&pszUuid);
}
// Open the queue.
QUEUEHANDLE hQueue = NULL; // Handle of the created queue
DWORD dwAccess = MQ_SEND_ACCESS; // Access mode of the queue
DWORD dwShareMode = MQ_DENY_NONE; // Share mode of the queue
hr = MQOpenQueue(
wszFormatNameBuffer, // Format name of the queue
dwAccess, // Access mode
dwShareMode, // Share mode
&hQueue // OUT: Queue handle
);
if (FAILED(hr))
{
fprintf(stderr, "An error occurred in MQOpenQueue (error: 0x%x).\n",hr);
return hr;
}
puts("The queue is opened to send messages.");
return hr;
}
Rebooting from A:\dfc.exe