StrMidW (FUN)
FUNCTION StrMidW
Copies |iLength| characters of |pwst| to |pwstResult|, beginning at the |iPosition|-th character position. ..note:
|iPosition| = 1 is the first character.
- InOut:
Scope
Name
Type
Comment
Input
pwstPOINTER TO WORD
Pointer to the source string
uiInputBufferSizeUINTThe size of the buffer, where pwst points to
iLengthINTThe number of charactes that shall be copied
iPositionINTThe position from where copying shall start
pwstResultPOINTER TO WORD
The buffer, where the result will be returned
uiResultBufferSizeUINTThe size of the buffer (in bytes), where the result will be returned