You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unsigned long
BaseInitiateShutdown(
[ in, unique ] PREGISTRY_SERVER_NAME ServerName,
[ in, unique ] PREG_UNICODE_STRING lpMessage,
[ in ] unsigned long dwTimeout,
[ in ] unsigned char bForceAppsClosed,
[ in ] unsigned char bRebootAfterShutdown
);
It seems like the first entity (serverName) writes OK, but the rest is not. Remote PC shuts down OK, but messageToUser and other parameters have no effect.
The text was updated successfully, but these errors were encountered:
I am trying to marshal the following call:
Is it the right thing to do it so:
It seems like the first entity (
serverName
) writes OK, but the rest is not. Remote PC shuts down OK, butmessageToUser
and other parameters have no effect.The text was updated successfully, but these errors were encountered: