Close callback function
Closes a resource. The PCLOSE_ROUTINE type defines a pointer to this function.
Syntax
VOID WINAPI Close(
_In_ RESID ResourceId
);
typedef VOID (WINAPI *PCLOSE_ROUTINE)(
_In_ RESID ResourceId
);
Parameters
- ResourceId [in]
-
Resource identifier of the resource to close.
Return value
None. Call SetLastError to specify that an error has occurred.
Remarks
For effective implementation strategies of the Close entry-point function, see Implementing Close.
Examples
Requirements
|
Minimum supported client | None supported [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server Advanced Server, Windows 2000 Server Datacenter [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/28/2012