What does this DLL file do?
Posted: 16 Nov 2012, 09:05
I"m completely new to the world of DLL files but I'm very interested in learning about them. Can anyone just tell me what this is supposed to do?
Code: Select all
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>