For example ObReferenceObjectByName is defined in c, so in c++ should use extern "C"
But how can I check this directly in the dll/lib instead of reading docs?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can look at the export in Dependency Walker.
Open the DLL, find the function in the middle right pane, and look at the icon. It will be
C,C++, orO#(exported by ordinal only)For more information, see Export Function List View in the help file.