[StructLayout(LayoutKind.Sequential)]
public struct SC_ACTION
{
public SC_ACTION_TYPE Type;
public uint Delay;
}
Structure SC_Action
Public TODO
End Structure
None.
See also the SC_ACTION_TYPE enum.