CAFILETIME Struct

Definition

Represents a counted array of FILETIME types.

public value class CAFILETIME
struct CAFILETIME
[System.Runtime.InteropServices.ComConversionLoss]
public struct CAFILETIME
[<System.Runtime.InteropServices.ComConversionLoss>]
type CAFILETIME = struct
Public Structure CAFILETIME
Inheritance
CAFILETIME
Attributes

Fields

cElems

The size of the array pointed to by pElems.

pElems

A pointer to an array of FILETIME types, each of which corresponds to an allowable value that a particular property can accept.

Applies to