BIND_OPTS2.dwTickCountDeadline Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the clock time in milliseconds.
public: System::UInt32 dwTickCountDeadline;
public: unsigned int dwTickCountDeadline;
unsigned int dwTickCountDeadline;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")]
public uint dwTickCountDeadline;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")>]
val mutable dwTickCountDeadline : uint32
Public dwTickCountDeadline As UInteger
Field Value
- Attributes
Remarks
dwTickCountDeadline lets the caller limit the execution of an operation when speed is of primary importance. A value of zero indicates that there is no deadline.
Typical deadlines allow for a few hundred milliseconds of execution. This deadline is a recommendation, not a requirement; however, operations that exceed their deadline by a large amount may cause delays for the end user.