I define a new function which is GetDeviceInterfaceSymbolicLinkNew().
When I link it in VC, it appears those faults :
" --------------------Configuration: Test - Win32
Debug--------------------
Linking...
Test.obj : error LNK2001: unresolved external symbol "int __cdecl
GetDeviceInterfaceSymbolicLinkNew(void *,struct _GUID const *,unsigned
long,char * const)"
(?GetDeviceInterfaceSymbolicLinkNew@@YAHPAXPBU_GUID@@KQAD@Z)
Debug/Test.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Test.exe - 2 error(s), 0 warning(s) "
I want to use this function in user mode. I don't know if it could
work.
Please give me some hints. Thanks.
Bob