Link to home
Start Free TrialLog in
Avatar of socl
socl

asked on

How Cabinet.dll works?

There's a DLL file named Cabinet in the system folder, I try to declare it like the following:

Declare Function FDICopy Lib "cabinet.dll" (...) As Long

I received a message notice me cannot find the file. What a pity boy. I took long time to read C header file, but there's no use.
I need a list of the VB declare of the cabinet.dll. Can you help me?
Avatar of Richie_Simonetti
Richie_Simonetti
Flag of Argentina image

Those declares are always case-sensitive (names, dlls and arguments). Take care of them.
ASKER CERTIFIED SOLUTION
Avatar of Richie_Simonetti
Richie_Simonetti
Flag of Argentina image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of socl
socl

ASKER

Thank you very much. The article is very useful. I'll read up.
Hi, the link is broken. so I ask a new question.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_24770217.html
If one of you could provide an update link/ advice....
Thanks