Files
PS_Dinkey/Dinkey Pro 7.6.1/$DOCUMENTS/Dinkey Pro 7.6.1 Examples/Samples/MATLAB/DinkeyChange/dcrestorefdlite.m
2026-05-06 07:47:36 +02:00

10 lines
401 B
Matlab

function retCode = dcrestorefdlite(libName)
%DCRESTOREFDLITE Restore the required hidden file on all Dinkey FD Lite
%dongles attached to this computer.
% RETCODE = DCRESTOREFDLITE(LIBNAME) calls the API via the external
% library LIBNAME. RETCODE is the return code of the API call.
% Copyright Microcosm Ltd. DO NOT MODIFY THIS FILE.
retCode = calllib(libName, 'DCRestoreDinkeyFDLite');
end