Create conference announcement (with default attributes)

[This is preliminary documentation and subject to change.]

// obtain the ITConferenceDirectory interface

// create the conference announcement with default values
// (including the constituent conference blob)
BSTR Name = SysAllocString(L"MyConference");
pITConferenceDirectory->CreateConference(
    Name,
    &pITConferenceInfo
    );