Contents Previous Page Next Page
HlinkGetSpecialReference

For a given value from the HLSR enumeration, this function returns the current userÆs default global home, search, or history page for browsing as a string.

HlinkGetSpecialReference(

    DWORD 
dwReference,             //Special reference flags                        
                                                                                    
    LPWSTR ** pszReference         //Buffer to return special reference string      
                                                                                    
   );                                                                               
                                                                                    

Parameters

dwReference

[in] A value taken from the HLSR enumeration.

pszReference

[out] Pointer to the location to return the special reference string. May not be NULL.

See Also

HlinkSetSpecialReference, HLSR