Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than advapi32, prefix the name with the module name and a period.
SERVICE_FAILURE_ACTIONS (advapi32)
.
C# Signature:
[StructLayout(LayoutKind.Sequential)]
public struct SERVICE_FAILURE_ACTIONS
{
public int dwResetPeriod;
[MarshalAs(UnmanagedType.LPTStr)]
public string lpRebootMsg;
[MarshalAs(UnmanagedType.LPTStr)]
public string lpCommand;
public int cActions;
public IntPtr lpsaActions;
}
VB Signature:
Declare Function SERVICE_FAILURE_ACTIONS Lib "advapi32.dll" (TODO) As TODO
User-Defined Types:
Use marshalled SC_ACTION structures for lpsaActions.
Changes the optional configuration parameters of a service.
8/8/2011 7:49:05 AM - -87.205.225.145
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).