Jump to content

FSH_REMOVESHARE

From EDM2
Revision as of 05:21, 20 February 2020 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.