CODEndpoint::Dup

CODEndpoint* CODEndpoint::Dup(void)

Creates a duplicate of this endpoint.

Defined in: OdEndpoint.cpp

Return Value

Pointer to the new endpoint.

Comments

This function allocates a new endpoint object which must later be destroyed (using the "delete" operator).