scripts
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
|
||||
namespace System.Runtime.InteropServices
|
||||
{
|
||||
/// <summary>Use <see cref="T:System.Runtime.InteropServices.ComTypes.BIND_OPTS" /> instead.</summary>
|
||||
// Token: 0x020002F1 RID: 753
|
||||
[Obsolete]
|
||||
public struct BIND_OPTS
|
||||
{
|
||||
/// <summary>Specifies the size of the BIND_OPTS structure in bytes.</summary>
|
||||
// Token: 0x04000CC2 RID: 3266
|
||||
public int cbStruct;
|
||||
|
||||
/// <summary>Controls aspects of moniker binding operations.</summary>
|
||||
// Token: 0x04000CC3 RID: 3267
|
||||
public int grfFlags;
|
||||
|
||||
/// <summary>Flags that should be used when opening the file that contains the object identified by the moniker.</summary>
|
||||
// Token: 0x04000CC4 RID: 3268
|
||||
public int grfMode;
|
||||
|
||||
/// <summary>Indicates the amount of time (clock time in milliseconds, as returned by the GetTickCount function) the caller specified to complete the binding operation.</summary>
|
||||
// Token: 0x04000CC5 RID: 3269
|
||||
public int dwTickCountDeadline;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user