IShellLink::QueryInterface

Syntax:

QueryInterface (REFIID riid, LPVOID FAR *ppvObj);

Parameters:

Description:

Returns a pointer to the requested interface (IShellLink, in this case) if the interface is supported. Otherwise, it returns an error. Once this pointer is retrieved, the application can use it to gain access to the other member functions provided for the interface.