Jump to content

FSH REMOVESHARE: Difference between revisions

From EDM2
Created page with "This function removes a previously-entered name from the sharing set. ==Syntax== FSH_REMOVESHARE(hShare) ==Parameters== ;hShare: is a share handle returned by a prior cal..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
This function removes a previously-entered name from the sharing set.  
This function removes a previously-entered name from the sharing set.


==Syntax==
==Syntax==
  FSH_REMOVESHARE(hShare)
  FSH_REMOVESHARE(hShare)
==Parameters==
==Parameters==
;hShare: is a share handle returned by a prior call to FSH_ADDSHARE.  
;hShare: is a share handle returned by a prior call to FSH_ADDSHARE.
 
==Returns==
==Returns==
There are no error returns.  
There are no error returns.
 
==Calling Sequence==
==Calling Sequence==
<PRE>
<PRE>
void far pascal FSH_REMOVESHARE(hShare)
void far pascal FSH_REMOVESHARE(hShare)


unsigned long hShare;
unsigned long hShare;
</PRE>
</PRE>
==Remarks==
==Remarks==
When a call to FSH_REMOVESHARE has been issued, the share handle is no longer valid.  
When a call to FSH_REMOVESHARE has been issued, the share handle is no longer valid.
 
FSH_REMOVESHARE may block. 


;Note:  OS/2 does not validate input parameters. An FSD, therefore, should call FSH_PROBEBUF where appropriate. 
FSH_REMOVESHARE may block.


;Note: OS/2 does not validate input parameters. An FSD, therefore, should call FSH_PROBEBUF where appropriate.


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

Latest revision as of 05:38, 20 February 2020

This function removes a previously-entered name from the sharing set.

Syntax

FSH_REMOVESHARE(hShare)

Parameters

hShare
is a share handle returned by a prior call to FSH_ADDSHARE.

Returns

There are no error returns.

Calling Sequence

void far pascal FSH_REMOVESHARE(hShare)

unsigned long hShare;

Remarks

When a call to FSH_REMOVESHARE has been issued, the share handle is no longer valid.

FSH_REMOVESHARE may block.

Note
OS/2 does not validate input parameters. An FSD, therefore, should call FSH_PROBEBUF where appropriate.