JCL Help:StrBufSizeW

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the buffer size for a null-terminated wide string.


Pascal

 function StrBufSizeW(const Str: PWideChar): SizeInt;


Parameters

Parameters Description
const Str: PWideChar Null-terminated wide string


Return Value

Size of the buffer allocated for the null-terminated wide string.


Description

Returns the buffer size allocated for the specified null-terminated wide string.


About

Unit

JclWideStrings


Donator

Mike Lischke


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page