Desktop Functions: Smart Device Functions:
|
OVERLAPPED (Structures)
C# Definition:
struct OVERLAPPED { VB Definition:
Public Structure OVERLAPPED User-Defined Field Types:None. Notes:EventHandle: Specifies the handle to an event set to the signaled state when the operation is complete. The calling process must set this member either to zero or to a valid event handle before calling any overlapped functions. InternalHigh:Specifies the length of the data transferred. InternalLow :Specifies a system-dependent status. OffsetHigh :Specifies the high word of the byte offset at which to start the transfer. OffsetLow :Specifies a file position at which to start the transfer. This structure is already defined as System.Threading.NativeOverlapped in the .NET Framework. It is not supported for the .NET Compact Framework. Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed. |
|