Class Minwinbase.OVERLAPPED

    • Constructor Detail

      • OVERLAPPED

        public OVERLAPPED()
    • Method Detail

      • sizeof

        @SizeOf
        public static final int sizeof()
        Get the real size of struct OVERLAPPED natively.
        Returns:
        the native value sizeof(struct OVERLAPPED).
      • Internal

        public final long Internal()
        The status code for the I/O request. When the request is issued, the system sets this member to STATUS_PENDING to indicate that the operation has not yet started. When the request is completed, the system sets this member to the status code for the completed request.
        The Internal member was originally reserved for system use and its behavior may change.
        Returns:
        the native value of Internal;
      • InternalHigh

        public final long InternalHigh()
        The number of bytes transferred for the I/O request. The system sets this member if the request is completed without errors.
        The InternalHigh member was originally reserved for system use and its behavior may change.
        Returns:
        the native value of InternalHigh;
      • hEvent

        public void hEvent​(Winnt.HANDLE hEvent)
        Parameters:
        hEvent - the value of hEvent to be set natively.
      • hEvent

        public Winnt.HANDLE hEvent()
        Returns:
        the native value of hEvent;