JNA API 3.5.1
com.sun.jna.platform.win32

Interface Oleaut32

    • Field Detail

      • INSTANCE

        static final Oleaut32 INSTANCE
    • Method Detail

      • SysAllocString

        Pointer SysAllocString(String sz)
        This function allocates a new string and copies the passed string into it.
        Parameters:
        sz - Null-terminated UNICODE string to copy.
        Returns:
        Null if there is insufficient memory or if a null pointer is passed in.
      • SysFreeString

        void SysFreeString(Pointer bstr)
        This function frees a string allocated previously by SysAllocString, SysAllocStringByteLen, SysReAllocString, SysAllocStringLen, or SysReAllocStringLen.
        Parameters:
        bstr - Unicode string that was allocated previously, or NULL. Setting this parameter to NULL causes the function to simply return.
JNA API 3.5.1

Copyright © 2007-2012 Timothy Wall. All Rights Reserved.