Ralf Habacker ralf.habacker@freenet.de wrote:
- ok(GetClipboardFormatNameW(classatom, str, ARRAY_SIZE(str)) == 0,
"UnregisterClass() failed - unable to unregister atom\n");
Using a clipboard api in the class test looks strange, why not call GlobalGetAtomName() directly instead?