I have multiple applications that will be calling a DLL.

Is there a way to get the GUID from the calling application without passing it?

I would like to use the GUID to verify the parent application and open up rights within the DLL for a specific app but not others.

Thanks.