__cdecl IMAGE_PROC void DropImageInterface(PIMAGE_INTERFACE); #define DropImageInterface(x) DropInterface( WIDE("image"), NULL )
image.h
When done with an image interface, the application should drop it. This disconnects message pipes etc, when the image library is mounted across a pipe service.
Functions