Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlVcmmdConfig_GetPolicy Function
PHT_VCMMD_CONFIG

Obtains vcmmd policy.

Syntax
PRL_RESULT PrlVcmmdConfig_GetPolicy(
    PRL_HANDLE hVcmmdConfig, 
    PRL_STR sPolicy, 
    PRL_UINT32_PTR pnSize
);
File

PrlApiDisp.h

Remarks

  • Parameters
  • hVcmmdConfig : A handle of type PHT_VCMMD_CONFIG.
  • sPolicy : [out] Pointer to a buffer that receives
  • vcmmd policy (a UTF-8 encoded,
  • null-terminated string).
  • pnSize : [in] The size of the output buffer (in
  • bytes). Set the buffer pointer to null
  • and this value to zero to receive the
  • required size.
  • [out] The required output buffer size.
  • nFlags : reserved parameter
  • Returns
  • PRL_RESULT. Possible values are:
  • PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.
*

Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.