Новые книги

The Windows Driver Model has two separate but equally important aspects. First, the core model describes the standard structure for device drivers. Second, Microsoft provides a series of bus and class drivers for common types of devices.

The core WDM model describes how device drivers are installed and started, and how they should service user requests and interact with hardware. A WDM device driver must fit into the Plug and Play (PnP) system that lets users plug in devices that can be configured in software.

Microsoft provides a series of system drivers that have all the basic functionality needed to service many standard types of device. The first type of system driver supports different types of bus, such as the Universal Serial Bus (USB), IEEE 1394 (FireWire) and Audio port devices. Other class drivers implement standard Windows facilities such as Human Input Devices (HID) and kernel streaming. Finally, the Still Image Architecture (STI) provides a framework for handling still images, scanners, etc.

These system class drivers can make it significantly easier to write some types of device driver. For example, the USB system drivers handle all the low-level communications across this bus. A well defined interface is made available to other drivers. This makes it fairly straightforward to issue requests to the USB bus.
В монографии рассматривается сущность систем информационной поддержки корпоративного управления и стратегического менеджмента с учетом современных требований, вытекающих из тенденций глобализации экономики, укрупнения бизнеса и роста конкуренции. Описаны основные подходы, методы и модели, применяемые для решения задач информационной поддержки корпоративного управления и стратегического менеджмента, а также информационные системы, позволяющие реализовать эти методы и модели на практике.

Для руководителей предприятий и организаций, сотрудников финансово-экономических служб и подразделений информационных технологий, а также специалистов по управлению и студентов экономических вузов.

hw_New_Document

Учебник РНР
НазадВперёд

hw_New_Document

(PHP 3>= 3.0.3, PHP 4)

hw_New_Document - создаёт новый документ.

Описание

int hw_new_document (string object_record, string document_data, int document_size)

Возвращает новый Hyperwave-документ с данными документа, установленными в document_data, и записью объекта - в object_record. Размер document_data передаётся в document_size. Эта функция не вставляет новый документ в Hyperwave-сервер.

См. также hw_free_document(), hw_document_size(), hw_document_bodytag(), hw_output_document() и hw_insertdocument().


Назад Оглавление Вперёд
hw_Mv Вверхhw_Objrec2Array