StrMidA
(FUN)
FUNCTION StrMidA
Return <iLength> characters of <pst>, beginning at the <iPosition>-th character position.
<iPosition> = 1 is the first character. This function has been adapted from StrMidW
- InOut:
Scope
Name
Type
Comment
Input
pst
POINTER TO BYTE
uiInputBufferSize
UINT
The size of the buffer, where pwst points to
iLength
INT
iPosition
INT
pstResult
POINTER TO BYTE
The buffer, where the result will be returned
uiResultBufferSize
UINT
The size of the buffer (in bytes), where the result will be returned