StrMidW (FUN)ΒΆ
FUNCTION StrMidW
Return <iLength> characters of <pwst>, beginning at the <iPosition>-th character position. <iPosition> = 1 is the first character.
- InOut:
Scope
Name
Type
Comment
Input
pwstPOINTER TO WORD
uiInputBufferSizeUINTThe size of the buffer, where pwst points to
iLengthINTiPositionINTpwstResultPOINTER TO WORD
The buffer, where the result will be returned
uiResultBufferSizeUINTThe size of the buffer (in bytes), where the result will be returned