C++ COM ActiveX Question:

Explain GUID?

Tweet Share WhatsApp

Answer:

GUID stands for Globally Unique Identifier.
A 16-byte number generated by Microsoft programs that uniquely identifies a network or user or computer or document. It is one of the elements of information that can be passed when you connect to an Internet site, and it may be stored in cookies.

Download C++ COM ActiveX PDF Read All 22 C++ COM ActiveX Questions
Previous QuestionNext Question
Explain type library?Why COM need GUIDs?