7 lines
144 B
C#
7 lines
144 B
C#
|
namespace Microsoft.Win32
|
||
|
{
|
||
|
static class NativeMethods
|
||
|
{
|
||
|
public const int E_ABORT = unchecked ((int)0x80004004);
|
||
|
}
|
||
|
}
|