G
Guest
I'm new to VB.Net and I'm trying to figure out the Flag for Win32_Shutdown. I went to this link:
http://msdn.microsoft.com/library/d...own_method_in_class_win32_operatingsystem.asp and the syntax
uint32 Win32Shutdown
sint32 Flags
sint32 Reserve
)
I don't know what they mean by Sint32 or unit32 or how should I declare it. I tried the followin
Dim StrFlag(2) As Array ---------> Is this correct? should it be an Array
StrFlag(0) =
For Each strAction In patch.Ge
strAction.InvokeMethod("Win32Shutdown", StrFlag(0)) -------> is this correct?
Nex
Please supply me an example
Thank
Braulio
http://msdn.microsoft.com/library/d...own_method_in_class_win32_operatingsystem.asp and the syntax
uint32 Win32Shutdown
sint32 Flags
sint32 Reserve
)
I don't know what they mean by Sint32 or unit32 or how should I declare it. I tried the followin
Dim StrFlag(2) As Array ---------> Is this correct? should it be an Array
StrFlag(0) =
For Each strAction In patch.Ge
strAction.InvokeMethod("Win32Shutdown", StrFlag(0)) -------> is this correct?
Nex
Please supply me an example
Thank
Braulio