Home Units Hierarchy Routines All identifiers

Class unaResourceStream

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaResourceStream = class(unaAbstractStream)

Description

This stream is stored in resource.

Hierarchy

Overview

Methods

Public constructor createRes(const name: wString; resType: pwChar = RT_RCDATAW; instance: hModule = 0);
Public function find(const name: wString; resType: pwChar = RT_RCDATAW; instance: hModule = 0): int;
Public function lock(): int;
Protected function read2(buf: pointer; size: int; remove: bool = true): int; override;
Protected function write2(buf: pointer; size: int): int; override;
Public procedure AfterConstruction(); override;
Public procedure BeforeDestruction(); override;
Public procedure unlock();

Properties

Public property data: pointer read f_data;

Description

Methods

Public constructor createRes(const name: wString; resType: pwChar = RT_RCDATAW; instance: hModule = 0);
 
Public function find(const name: wString; resType: pwChar = RT_RCDATAW; instance: hModule = 0): int;
 
Public function lock(): int;
 
Protected function read2(buf: pointer; size: int; remove: bool = true): int; override;
 
Protected function write2(buf: pointer; size: int): int; override;
 
Public procedure AfterConstruction(); override;
 
Public procedure BeforeDestruction(); override;
 
Public procedure unlock();
 

Properties

Public property data: pointer read f_data;
 

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09