Skip to content

Allow more control when creating a link #15

@end2endzone

Description

@end2endzone

The current implementation of bool createLink(const char * iFilePath, const LinkInfo & iLinkInfo); does not allow a user to have full control of the link parameters.

The following structure should be made public:

  • LinkFlags
  • FileAttributesFlags
  • ShellLinkHeader
  • LNK_FILE_LOCATION_INFO
  • LNK_LOCAL_VOLUME_TABLE
  • LNK_NETWORK_VOLUME_TABLE
  • LNK_ITEMID

Allow the user to have more control with functions like the following:

bool createLink(const char * iFilePath, const ShellLinkHeader & iHeader, const LinkInfo & iLinkInfo);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions