SECOM
Overview Cluster Class Classes Index          Top Features

secom.windows

Class COM_WINDOWS_ERROR


Direct ancestors

EWG_IMPORTED_EXTERNAL_ROUTINES

Creation

Features

Invariants

indexing

description

Objects that obtain error information from Windows.

library

Serial Communications Library

copyright

Copyright (c) 2005, Brian E. Heilig

license

Eiffel Forum License v2 (see license.txt)

class COM_WINDOWS_ERROR

create

make

-- Create pointer

ensure

exists: pointer /= Void and then pointer.exists
not_shared: not pointer.is_shared
capacity_set: pointer.capacity = Max_message_length

feature -- Access

last_error_code: INTEGER

-- The error code of the most recently called Windows function

last_error_string: STRING

-- A string version of the last Windows error

ensure

exists: Result /= Void

Max_message_length: INTEGER

invariant


Documentation generated by edoc