Classes | Namespaces | Defines | Functions

helpsys.h File Reference

#include "maxheap.h"
#include <WTypes.h>
#include "ifnpub.h"
#include "GetCOREInterface.h"
#include "contextids.h"

Go to the source code of this file.

Classes

class   IHelpSystem
  This interface provides access to the 3ds Max Help system. More...
class   HelpSys
struct   IDPair

Namespaces

namespace   MaxSDK

Defines

#define  IID_IHelpSystem   Interface_ID(0x3a4c02c3, 0x4980c58)
  IHelpSystem interface ID.
#define  DoHelp(cmd, data)
#define  F1Focus(cmd, data)
#define  F1Help()
#define  GetClickHelp()

Functions

MAX_DEPRECATED DWORD  CIDtoHID (int CID, IDPair *array)
MAX_DEPRECATED void  SetDialogHelpIDs (HWND hDlg, IDPair *array)
MAX_DEPRECATED HWND  GetHTMLHelpHWnd ()
MAX_DEPRECATED void  getHelpSys (void)

Define Documentation

#define IID_IHelpSystem   Interface_ID(0x3a4c02c3, 0x4980c58)

IHelpSystem interface ID.

Definition at line 18 of file helpsys.h.

#define DoHelp (   cmd,
  data 
)
Deprecated:
Deprecated in 3ds Max 2012.

Replaced by several function from MaxSDK::IHelpSystem. Following the first parameter: HELP_CONTENTS: replaced by MaxSDK::IHelpSystem::ShowProductHelp(). HELP_CONTEXT: replaced by MaxSDK::IHelpSystem::ShowProductHelpForTopic(). HELP_FINDER: replaced by MaxSDK::IHelpSystem::ShowMaxscriptHelp(). HELP_FORCEFILE: replaced by MaxSDK::IHelpSystem::OpenChmFile().

 MaxSDK::IhelpSystem::GetInstance()->ShowProductHelp()

Definition at line 97 of file helpsys.h.

#define F1Focus (   cmd,
  data 
)
Deprecated:
Deprecated in 3ds Max 2012. No replacement.

Definition at line 101 of file helpsys.h.

#define F1Help ( )
Deprecated:
Deprecated in 3ds Max 2012. No replacement.

Definition at line 105 of file helpsys.h.

#define GetClickHelp ( )
Deprecated:
Deprecated in 3ds Max 2012. No replacement. Probably used before 3ds Max 2009 when the helps window was not top level.

Definition at line 109 of file helpsys.h.


Function Documentation

MAX_DEPRECATED DWORD CIDtoHID ( int  CID,
IDPair array 
)
Deprecated:
Deprecated in 3ds Max 2012. No replacement.
MAX_DEPRECATED void SetDialogHelpIDs ( HWND  hDlg,
IDPair array 
)
Deprecated:
Deprecated in 3ds Max 2012. No replacement.
MAX_DEPRECATED HWND GetHTMLHelpHWnd ( )
Deprecated:
Deprecated in 3ds Max 2012. Probably used before 3ds Max 2009 when the helps window was not top level.
MAX_DEPRECATED void getHelpSys ( void  )
Deprecated:
Deprecated in 3ds Max 2012. Used to return HelpSys &. Replaced by MaxSDK::IHelpSystem::GetInstance();