Description | Hierarchy | Fields | Methods | Properties |
type unaResourceStream = class(unaAbstractStream)
This stream is stored in resource.
constructor createRes(const name: wString; resType: pwChar = RT_RCDATAW; instance: hModule = 0); |
|
function find(const name: wString; resType: pwChar = RT_RCDATAW; instance: hModule = 0): int; |
|
function lock(): int; |
|
function read2(buf: pointer; size: int; remove: bool = true): int; override; |
|
function write2(buf: pointer; size: int): int; override; |
|
procedure AfterConstruction(); override; |
|
procedure BeforeDestruction(); override; |
|
procedure unlock(); |
property data: pointer read f_data; |
constructor createRes(const name: wString; resType: pwChar = RT_RCDATAW; instance: hModule = 0); |
|
function find(const name: wString; resType: pwChar = RT_RCDATAW; instance: hModule = 0): int; |
|
function lock(): int; |
|
function read2(buf: pointer; size: int; remove: bool = true): int; override; |
|
function write2(buf: pointer; size: int): int; override; |
|
procedure AfterConstruction(); override; |
|
procedure BeforeDestruction(); override; |
|
procedure unlock(); |
|
property data: pointer read f_data; |
|
(c) 2012 Lake of Soft