HP Operations Manager for Windows

OV_ConfigFileVariety::GetFilenameStrings()
OV_ConfigFileVariety::GetFilenameStrings_Trans()


sint32 GetFilenameStrings(
[in] string Application,
[in] string SubGroup,
[out] string Filenames[] )

Parameters

Application
Application part of the existing variety.
SubGroup
SubGroup part of the existing variety.
Filenames
Strings representing the Filenames of the specified Application and SubGroup.

Calling Convention

These methods can be called from a WMI class or instance object.

Description

Returns a list of strings representing the Filenames of the specified Application and SubGroup.

Return Value

Number of strings in the out parameter Filenames.

Extended Status Codes

MDLAPI_E_CONFIGFILEVAR_APP_NOT_EXIST
Specified Application does not exist.
MDLAPI_E_CONFIGFILEVAR_SUBGRP_NOT_EXIST
Specified Application does not have such a SubGroup.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.