GetOEMLayer

Description: Retrieves the layer root module of the OEM layer (should one exist) of the layer this is called against.
Returns: A pointer (within the parameter)
Usage: Script Only.
Function Groups: Configuration Management
Related to: GetWCPath |
Format: \Layer\GetOEMLayer
Parameters:  
OEMLayerPtr
Required. A variable, into which a pointer to the OEM layer's root module will be placed.
Comments: The return value of the function will be set to Invalid upon completion. A pointer to the OEM layer's module will be returned in the first parameter to this function.

Examples:

MyLayer\GetOEMLayer(ParentLayer);