PbReadMessage Function

Retrieve a handle to an embedded protobuf message in a protobuf message.

Handle PbReadMessage(Handle pb, const char[] field)

Parameters

Handle pb

protobuf handle.

const char[] field

Field name.

Return Value

protobuf handle to embedded message.

Errors

Invalid or incorrect Handle, non-existent field, or incorrect field type.