SysAllocString

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • George2

    #1

    SysAllocString

    Hello everyone,


    For the SysAllocString API, I am wondering,

    1. any special benefits if we use SysAllocString compared with using a
    simple wide character string, like L"Hello"?

    2. If we use SysAllocString to allocate constant string, then does
    SysAllocString allocate the constant string on heap, stack or on the
    constant string pool?


    thanks in advance,
    George
  • =?UTF-8?B?RXJpayBXaWtzdHLDtm0=?=

    #2
    Re: SysAllocString

    On 2007-11-23 15:12, George2 wrote:
    Hello everyone,
    >
    >
    For the SysAllocString API, I am wondering,
    Sorry, third part libraries are off-topic. You will have to ask in a
    forum discussing the SysAllocString API.

    --
    Erik Wikström

    Comment

    Working...