Contents

ValidateSpaceProcPtr

Defines a pointer to a validate-space function.

Declaration

typedef CMError (*ValidateSpaceProcPtr)
(
   const FSSpec * spec,
   OSType * space
);

Parameters

  • spec:

    See the File Manager documentation for a description of the FSSpec data type.

  • space:

Return Value

A CMError value. See Result Codes.

See Also

Callbacks