IPOutlookApp::SysFreeString

This method is not supported in Windows CE Platform Builder 3.0.

Frees a string Palm PC version 1.0.

HRESULT function( BSTR bstr );

Parameters

  • bstr
    [in] Unicode string that was allocated previously.

Return Values

S_OK indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

Do not use this function unless you need to support pre-2.0 versions of Palm PC. Because version 1.0 of Palm PC does not support Automation, you cannot use SysFreeString to free strings returned from functions. We provide this function to free the strings on version 1.0 of the Palm PC. On other platforms or later versions of the Palm PC, this function calls SysFreeString.

Requirements

Runs On Versions Defined in Include Link to
Windows CE OS 2.0 and later pimstore.h    

See Also

IPOutlookApp::Unknown, IPOutlookApp Property Methods

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.