The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
// PropertyName.h

#ifndef __PROPERTYNAME_H
#define __PROPERTYNAME_H

#include "Common/MyString.h"

UString GetNameOfProperty(PROPID propID, const wchar_t *name);

#endif