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 - pwst- POINTER TO WORD - uiInputBufferSize- UINT- The size of the buffer, where pwst points to - iLength- INT- iPosition- INT- pwstResult- POINTER TO WORD - The buffer, where the result will be returned - uiResultBufferSize- UINT- The size of the buffer (in bytes), where the result will be returned 
