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
pstPOINTER TO BYTE
uiInputBufferSizeUINTThe size of the buffer, where pwst points to
iLengthINTiPositionINTpstResultPOINTER TO BYTE
The buffer, where the result will be returned
uiResultBufferSizeUINTThe size of the buffer (in bytes), where the result will be returned