next up previous contents index
次へ: Status Type 上へ: Data Types 戻る: String Type   目次   索引

Scanner Handle Type

Access to a scanner is provided through an opaque type called SANE_Handle. The C declaration of this type is given below.

typedef void *SANE_Handle;
While this type is declared to be a void pointer, an application must not attempt to interpret the value of a SANE_Handle. In particular, SANE does not require that a value of this type is a legal pointer value.



MATSUBAYASHI 'Shaolin' Kohji 平成14年10月29日