Zitat von
arne99:
Push, brauch Lösung!
Typelib einbauen
// ************************************************** *******************//
// Interface: IWMPMetadataText
// Flags: (4416) Dual OleAutomation Dispatchable
//
GUID: {769A72DB-13D2-45E2-9C48-53CA9D5B7450}
// ************************************************** *******************//
IWMPMetadataText = interface(IDispatch)
['{769A72DB-13D2-45E2-9C48-53CA9D5B7450}']
function Get_Description: WideString; safecall;
function Get_text: WideString; safecall;
property Description: WideString read Get_Description;
property text: WideString read Get_text;
end;
dan kannst über das Interface alles in erfahrung bringen
was du brauchst extern von WMP selbst.
gruss