Jump to content

FSH RELEASEBUF: Difference between revisions

From EDM2
Created page with "{{Legacy |RepFunc= |Remarks=REMOVED in OS/2 Version 2.0 }} FSH_RELEASEBUF releases a buffer owned by the calling thread if any is owned. ==Syntax== FSH_RELEASEBUF () ==Par..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 3: Line 3:
|Remarks=REMOVED in OS/2 Version 2.0  
|Remarks=REMOVED in OS/2 Version 2.0  
}}
}}
FSH_RELEASEBUF releases a buffer owned by the calling thread if any is owned.  
FSH_RELEASEBUF releases a buffer owned by the calling thread if any is owned.


==Syntax==
==Syntax==
  FSH_RELEASEBUF ()
  FSH_RELEASEBUF ()
==Parameters==
==Parameters==
Nothing
Nothing
==Returns==
==Returns==
Nothing  
Nothing
 
==Calling Sequence==
==Calling Sequence==
<PRE>
void pascal FSH_RELEASEBUF ()
void pascal FSH_RELEASEBUF ()
 
</PRE>
==Remarks==
==Remarks==
See note under [[FSH_GETBUF]] for interactions with other buffer calls.
See note under [[FSH_GETBUF]] for interactions with other buffer calls.
 
FSH_RELEASEBUF will not block.  


FSH_RELEASEBUF will not block.


[[Category:IFS Interfaces]]
[[Category:IFS Interfaces]]
{{DISPLAYTITLE:FSH_RELEASEBUF}}
{{DISPLAYTITLE:FSH_RELEASEBUF}}

Latest revision as of 16:34, 20 February 2020

Legacy Function Warning
It is recommended to use a newer replacement for this function.
Replacement:
Remarks: REMOVED in OS/2 Version 2.0

FSH_RELEASEBUF releases a buffer owned by the calling thread if any is owned.

Syntax

FSH_RELEASEBUF ()

Parameters

Nothing

Returns

Nothing

Calling Sequence

void pascal FSH_RELEASEBUF ()

Remarks

See note under FSH_GETBUF for interactions with other buffer calls.

FSH_RELEASEBUF will not block.