Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "PackageFullNameFromId" in [All]

kernel32

.

static extern long PackageFullNameFromId(ref PACKAGE_ID packageId, ref UInt32 packageFullNameLength, StringBuilder packageFullName);

.

        long errorCode = PackageFullNameFromId(ref packageId, ref capacity, packageFullName);


 
Access PInvoke.net directly from VS: