ILiddingDriver interface : LidIsRetained method

LidIsRetained method
Description
VWorks software calls the LidIsRetained method to ask the plugin whether the device retains the lid after a delid operation.
Note: If the device does not retain the lid, for example, if the device discards the lid as waste, relidding is not possible.
Syntax
 
HRESULT LidIsRetained(
[out,retval] long *retVal
);
Parameters
 
0 = The device does not retain the lid
1 = The device retains the lid
Related information