Password Example for C++ 5.0 and later
ILEADRasterProcess* m_pRasterProc= NULL;
CoCreateInstance(CLSID_LEADRasterProcess, NULL, CLSCTX_ALL,
IID_ILEADRasterProcess, (void**)&m_pRasterProc);
m_pRasterProc->Password = "password";
m_pRasterProc->Message = "Lead Tools";
m_pRasterProc->AddMessage(m_LeadRasterView.GetRaster());
m_pRasterProc->Release();