Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In Configuration Manager, the AppContentInfo
structure contains information about the application content.
Syntax
struct AppContentInfo
{
LPCWSTR szContentId;
LPCWSTR szContentVersion;
LPCWSTR szLocalPath;
};
Members
szContentId
The content id.
szContentVersion
The content version.
szLocalPath
The local path.
See Also
Configuration Manager Software Development Kit
Configuration Manager Reference