microsoft / microsoft/mfcmapi

LaunchWizard Fails

Open
#164 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.