Click or drag to resize

PRJ_PLACEHOLDER_VERSION_INFO Structure

Information that uniquely identifies the contents of a placeholder file. Maps to Windows' PRJ_PLACEHOLDER_VERSION_INFO structure.

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public struct PRJ_PLACEHOLDER_VERSION_INFO

The PRJ_PLACEHOLDER_VERSION_INFO type exposes the following members.

Methods
Fields
  NameDescription
Public fieldContentID
A content identifier, generated by the provider. This value is used to distinguish different versions of the same file, i.e. different file contents and/or metadata (e.g. timestamps) for the same file path.
Public fieldStatic memberPRJ_PLACEHOLDER_ID_LENGTH
Length of ContentID and ProviderID in bytes.
Public fieldProviderID
A provider-specific identifier. The provider may use this value as its own unique identifier, for example as a version number for the format of the ContentID field.
Top
See Also