TwainUnloadSourceManager(IntPtr) Method
Unloads the Data Source Manager and release the TWAIN32.DLL.
public bool TwainUnloadSourceManager(
IntPtr HANDLE
)
public function TwainUnloadSourceManager(
HANDLE: IntPtr
): Boolean;
public function TwainUnloadSourceManager(
HANDLE : IntPtr
) : boolean;
public: bool TwainUnloadSourceManager(
IntPtr HANDLE
)
public:
bool TwainUnloadSourceManager(
IntPtr HANDLE
)
'Declaration
Public Overloads Function TwainUnloadSourceManager( _
ByVal HANDLE As IntPtr _
) As Boolean
Parameters
- HANDLE
- A Window Handle IE: Me.Handle. In most applications you can use nothing but on
Citrix and WTS, this must be a top-level window or a child of a top level
window.
Return Value
True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.