cef_browser_t.get_frame_byident

Returns the frame with the specified identifier, or NULL if not found.

struct cef_browser_t
extern (System)
cef_frame_t* function(cef_browser_t* self, long identifier) nothrow get_frame_byident;

Meta