Share via


DocNode::findKernelDocNode Method

Performs a search for a kernel element documentation node.

Syntax

client server public static DocNode findKernelDocNode(
    KernelHelpType HelpType, 
    str Name, 
   [str ParentName, 
    int Mode])

Run On

Called

Parameters

  • Name
    Type: str
    The name of the node to find.
  • ParentName
    Type: str
    The name of the parent node of the node to find; optional.
  • Mode
    Type: int
    The mode to use for the search; optional.

Return Value

Type: DocNode Class
The node that is found; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

DocNode Class