LaunchWizard Fails
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 978
- Forks
- 170
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 5
Description
Suspect this is a 2016 C2R issue:
Code: MAPI_E_NO_SUPPORT == 0x80040102
Function
File c:\projects\mfcmapi\mapi\mapiprofilefunctions.cpp
Line 40
// Call LaunchWizard to add the service.
WC_MAPI(LaunchWizard(hParentWnd, ulFlags, szServices, cchProfName, szProfName));
if (MAPI_E_CALL_FAILED == hRes)
{
CHECKHRESMSG(hRes, IDS_LAUNCHWIZARDFAILED);
}
else
CHECKHRES(hRes);
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in mapi/mapiprofilefunctions.cpp at line 40 and inspect the LaunchWizard call and its MAPI_E_NO_SUPPORT result in the reported 2016 C2R scenario. Reproduce the failure if possible and determine the expected behavior; the issue does not specify a fix or a clear completion condition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100