LCN_WEAK_REFERENCE_CREATE_OUTPUT_BUFFER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef struct _LCN_WEAK_REFERENCE_CREATE_OUTPUT_BUFFER {
  ULONG                          MappingCount;
  LCN_WEAK_REFERENCE_VCN_MAPPING VcnLcnMappings[ANYSIZE_ARRAY];
} LCN_WEAK_REFERENCE_CREATE_OUTPUT_BUFFER, *PLCN_WEAK_REFERENCE_CREATE_OUTPUT_BUFFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-lcn_weak_reference_create_output_buffer)

Description

LCN_WEAK_REFERENCE_CREATE_OUTPUT_BUFFER is reserved for system use.

Members

MappingCount

VcnLcnMappings[ANYSIZE_ARRAY]