R
registration
I need to copy a LPOLESTR to another LPOLESTR for later usage.
I do the following while inside a CreateClassEnumerator loop :
LPOLESTR lpDisplayName;
pMoniker->GetDisplayName(NULL, NULL, &lpDisplayName);
I need to create a copy of lpDisplayName to store inside a class for
later reference.
I do the following while inside a CreateClassEnumerator loop :
LPOLESTR lpDisplayName;
pMoniker->GetDisplayName(NULL, NULL, &lpDisplayName);
I need to create a copy of lpDisplayName to store inside a class for
later reference.