Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Closes a reference to the specified package information.
Syntax
LONG ClosePackageInfo(
[in] PACKAGE_INFO_REFERENCE packageInfoReference
);
Parameters
[in] packageInfoReference
Type: PACKAGE_INFO_REFERENCE
A reference to package information.
Return value
Type: LONG
If the function succeeds it returns ERROR_SUCCESS. Otherwise, the function returns an error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Target Platform | Windows |
| Header | appmodel.h |
| Library | Kernel32.lib |
| DLL | Kernel32.dll |