UBoundIncBin

Macro ››
Parent Previous Next

UBoundIncBin

Синтаксис

function UBoundIncBin(byval pBuf as any ptr) as Long

Описание

Получает размер буфера , который был вложен бинарно с помощью макроса IncludeBinary

Параметры

pBuf - указатель на буфер

Платформы

Windows , Linux

Пример

#Include "window9.bi"
IncludeBinary("1.txt",pText)
? UBoundIncBin(pText)
? *Cast(ZString Ptr , pText)
sleep

Created with the Personal Edition of HelpNDoc: Free iPhone documentation generator