Desktop Functions: Smart Device Functions:
|
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); |